Fix leaflet: areas wouldn't show up anymore

This commit is contained in:
pietervdvn 2021-02-05 16:08:35 +01:00
parent 5192ece1ed
commit 49f78d5604

View file

@ -88,6 +88,12 @@ html, body {
color: var(--foreground-color);
font-family: 'Helvetica Neue', Arial, sans-serif;
}
.leaflet-overlay-pane .leaflet-zoom-animated {
/* Another workaround to keep leaflet working */
width: initial !important;
height: initial !important;
box-sizing: initial !important;
}
svg, img {
box-sizing: content-box;
@ -95,6 +101,7 @@ svg, img {
height: 100%;
}
a {
color: var(--foreground-color)
}