From a68fa80d04bfa371c8f898a68653a40db247bd86 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 20 Apr 2025 16:35:26 +0200 Subject: Overlay distance densify & click through --- src/static/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/static/main.css') 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 { -- cgit v1.2.3