From 85a9a3d4691765a3666aefb17795c38a2682d698 Mon Sep 17 00:00:00 2001 From: leosw Date: Sun, 8 Mar 2026 11:28:30 +0100 Subject: [PATCH] Fix map controlers on small screens --- public/views/css/d.poi.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/views/css/d.poi.css b/public/views/css/d.poi.css index 3c443ad..f28e97d 100755 --- a/public/views/css/d.poi.css +++ b/public/views/css/d.poi.css @@ -320,6 +320,19 @@ form.form input[type="checkbox"]:checked + span:before { width: 100% !important; left: 0 !important; } +@media only screen and (max-width: 850px) { + .leaflet-control-container { + left: 0 !important; + width: calc(100% - 40px) !important; + margin: 0 20px; + } + .leaflet-fullscreen-on .leaflet-control-container { + position: absolute !important; + width: 100% !important; + left: 0 !important; + margin: 0; + } +} .leaflet-bottom.leaflet-left { bottom: 35% !important;