mirror of
https://github.com/owntracks/frontend.git
synced 2026-05-09 03:26:32 +00:00
Fix map in WebKit/Blink
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user