Skip to content

Commit

Permalink
Fix of positioning and overflow for LegendBoxWrapper (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliejvik authored Jul 22, 2024
1 parent 2d02286 commit 47c1d2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,14 @@ body {
}

.legendBox-wrapper {
position: sticky;
position: absolute;
width: 260px;
max-height: 170px;
background-color: #fae493;
border-radius: 6px;
border-style: solid;
border-width: 3px;
overflow-y: scroll;
overflow-x: scroll;
overflow: auto;
padding-bottom: 6px;
}

Expand Down

0 comments on commit 47c1d2d

Please sign in to comment.