diff options
| author | 2025-10-18 06:49:03 +0700 | |
|---|---|---|
| committer | 2025-10-18 06:49:03 +0700 | |
| commit | 8389811f17d192dc4d89761c2f08f311e8ee7a87 (patch) | |
| tree | 37b8685f20fd3e3f4ab72f1694ae8dcb4357fc70 /static/input.css | |
| parent | ebd741445b9f3a39b7867be1be507f425b15ff9a (diff) | |
| download | web-8389811f17d192dc4d89761c2f08f311e8ee7a87.tar.gz web-8389811f17d192dc4d89761c2f08f311e8ee7a87.zip | |
fix: show image tooltip over map
Diffstat (limited to 'static/input.css')
| -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 2bda49c..dc902a4 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: 15; + z-index: 401; } .grid-tooltip:hover .grid-tooltip-text { |