diff options
| author | 2025-10-18 22:17:09 +0700 | |
|---|---|---|
| committer | 2025-10-18 22:17:09 +0700 | |
| commit | 7275a7813d6ecaba344e25ddb5b24083e4861a76 (patch) | |
| tree | 0ed39b63f196b7ab2407795e30208b7154e77be7 | |
| parent | 5216fe419f15bab38add61084e46d052ad117aa2 (diff) | |
| download | web-7275a7813d6ecaba344e25ddb5b24083e4861a76.tar.gz web-7275a7813d6ecaba344e25ddb5b24083e4861a76.zip | |
fix: show tooltips over leaflet map controls
| -rw-r--r-- | static/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css index 91c1e05..49a5890 100644 --- a/static/input.css +++ b/static/input.css @@ -377,7 +377,7 @@ a:hover, .linklike:hover { margin-top: 0.25rem; border-radius: 0.5rem; position: absolute; - z-index: 401; + z-index: 801; } .grid-tooltip:hover .grid-tooltip-text { |