Skip to content

Commit

Permalink
fix: scrollbars for infowindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Grammostola committed Nov 2, 2023
1 parent 7fde8ac commit 9349fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_infowindow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.urvalListContainer {
margin-right: 0.5em;
max-height: 10em;
overflow-y: scroll;
overflow-y: auto;
scroll-behavior: smooth;
}

Expand Down Expand Up @@ -114,7 +114,7 @@
font-weight: normal;
margin-right: 0.5em;
max-height: 40em;
overflow-y: scroll;
overflow-y: auto;
scroll-behavior: smooth;
}

Expand Down

0 comments on commit 9349fe2

Please sign in to comment.