diff options
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r-- | src/css/dumbymap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 3294e40..b3ff877 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -267,7 +267,6 @@ p a[href^='http']::after, | |||
267 | padding: 0.5rem; | 267 | padding: 0.5rem; |
268 | 268 | ||
269 | position: relative; | 269 | position: relative; |
270 | z-index: 9999; | ||
271 | 270 | ||
272 | cursor: pointer; | 271 | cursor: pointer; |
273 | text-wrap: nowrap; | 272 | text-wrap: nowrap; |
@@ -299,7 +298,7 @@ p a[href^='http']::after, | |||
299 | max-height: 40vh; | 298 | max-height: 40vh; |
300 | 299 | ||
301 | position: absolute; | 300 | position: absolute; |
302 | z-index: 100; | 301 | z-index: 10000; |
303 | 302 | ||
304 | border: 2px solid gray; | 303 | border: 2px solid gray; |
305 | border-radius: 6px; | 304 | border-radius: 6px; |