diff --git a/ui/src/style/main.scss b/ui/src/style/main.scss index 8df78ca..67175a2 100644 --- a/ui/src/style/main.scss +++ b/ui/src/style/main.scss @@ -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; +}