diff options
| author | 2025-10-18 22:44:19 +0700 | |
|---|---|---|
| committer | 2025-10-18 22:44:19 +0700 | |
| commit | 7a65150afeb67ab83ac2eb34194601033e3d647d (patch) | |
| tree | 8607e2e62d5bbbc2c2f5b1932c047200d6a10c80 /static | |
| parent | 7275a7813d6ecaba344e25ddb5b24083e4861a76 (diff) | |
| download | web-7a65150afeb67ab83ac2eb34194601033e3d647d.tar.gz web-7a65150afeb67ab83ac2eb34194601033e3d647d.zip | |
feat: uninterruptable lightbox
fix: image description taking up all the height in glightbox
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css index 49a5890..c308796 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: 801; + z-index: 1001; } .grid-tooltip:hover .grid-tooltip-text { @@ -495,6 +495,7 @@ a:hover, .linklike:hover { .gslide-description { flex-grow: 0; flex-shrink: 1; + flex-basis: 0; } .map-container .leaflet-container { |