diff options
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 { |
