diff options
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r-- | src/css/dumbymap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index c911510..ba0e0f9 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -186,7 +186,7 @@ root { | |||
186 | 186 | ||
187 | justify-content: flex-start; | 187 | justify-content: flex-start; |
188 | 188 | ||
189 | :has(.map-container, [data-placeholder]) { | 189 | :has( > .map-container, > [data-placeholder]) { |
190 | display: flex; | 190 | display: flex; |
191 | gap: 0.5em; | 191 | gap: 0.5em; |
192 | 192 | ||
@@ -301,7 +301,7 @@ root { | |||
301 | position: absolute; | 301 | position: absolute; |
302 | left: 50%; | 302 | left: 50%; |
303 | top: 0; | 303 | top: 0; |
304 | z-index: 9999; | 304 | z-index: 5; |
305 | 305 | ||
306 | border: 2px black solid; | 306 | border: 2px black solid; |
307 | 307 | ||
@@ -486,7 +486,7 @@ root { | |||
486 | display: block; | 486 | display: block; |
487 | overflow: clip; | 487 | overflow: clip; |
488 | width: 100%; | 488 | width: 100%; |
489 | padding-bottom: 1em; | 489 | padding-bottom: 0.5em; |
490 | 490 | ||
491 | position: absolute; | 491 | position: absolute; |
492 | left: 0; | 492 | left: 0; |