Fix map in WebKit/Blink

This commit is contained in:
Linus Groh
2019-06-18 21:50:38 +02:00
parent de637d7eaf
commit 63bfdec567

View File

@@ -69,6 +69,8 @@ ul {
#app > main {
flex: 1;
/* https://github.com/linusg/owntracks-ui/issues/6 */
display: flex;
}
.button,
@@ -197,6 +199,11 @@ ul {
white-space: nowrap;
}
.leaflet-container {
/* https://github.com/linusg/owntracks-ui/issues/6 */
height: auto !important;
}
.leaflet-container .leaflet-popup {
filter: var(--drop-shadow);
}