Controle de carte pour écrans étroits sur page carte

This commit is contained in:
leosw
2026-03-08 11:30:38 +01:00
parent 85a9a3d469
commit 6e516f05cb

View File

@@ -76,6 +76,19 @@ footer {
width: 100% !important; width: 100% !important;
left: 0 !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 { .leaflet-bottom.leaflet-left {
margin-bottom: 60px; margin-bottom: 60px;