Cleaning filtered layer
This commit is contained in:
parent
8e5e249e6b
commit
314894085a
12 changed files with 232 additions and 280 deletions
|
@ -43,10 +43,15 @@ Contains tweaks for small screens
|
|||
#geolocate-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.leaflet-popup {
|
||||
/* Popups are hidden on mobile */
|
||||
transform: unset !important;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
/* On mobile, the popups are shown as a full-screen element */
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#centermessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue