diff options
| author | user@node5.net <user@node5.net> | 2025-04-20 16:35:26 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-04-20 16:35:26 +0200 |
| commit | a68fa80d04bfa371c8f898a68653a40db247bd86 (patch) | |
| tree | 9d11094669e6b94f5a48e4e76786c1b9805ded8f /src | |
| parent | 7a70e6ba77f1facd8a1a05b9a1ab5094246d844a (diff) | |
Overlay distance densify & click through
Diffstat (limited to 'src')
| -rw-r--r-- | src/static/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/static/main.css b/src/static/main.css index 3a87568..bc4e54c 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -121,8 +121,8 @@ html, body { position: absolute; bottom: 1em; color: white; - z-index: 500; + pointer-events: none; /* center */ left: 0; right: 0; @@ -130,7 +130,7 @@ html, body { width: fit-content; } -#overlay-distance > h4 { +#overlay-distance > * { margin: 0; } @@ -151,6 +151,7 @@ html, body { /* border-color: #d0d0d0; */ color: white; border-radius: 0.5em; + pointer-events: all; } .subtle-light { |
