diff --git a/ffmap/web/static/css/style.css b/ffmap/web/static/css/style.css index d9b762b..9cec6f1 100644 --- a/ffmap/web/static/css/style.css +++ b/ffmap/web/static/css/style.css @@ -8,6 +8,9 @@ cursor: grabbing; } +.leaflet-popup-content-wrapper { + border-radius: 6px; +} .popup-headline { font-size: 150%; }