diff --git a/public/views/css/d.map.css b/public/views/css/d.map.css index 7d4ef1b..703651c 100755 --- a/public/views/css/d.map.css +++ b/public/views/css/d.map.css @@ -76,6 +76,19 @@ footer { 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 { margin-bottom: 60px;