Skip to content

Commit

Permalink
Stopping popups exceeding screen limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed Feb 9, 2025
1 parent 36e444b commit 5af5929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,9 @@ body:not(.mobile) label.fancy-checkbox > i:hover {
label.fancy-checkbox {
cursor: pointer;
}

.leaflet-popup-content {
overflow: auto;
max-height: 85vh;
max-width: 85vw;
}

0 comments on commit 5af5929

Please sign in to comment.