From 1c261bf0a23acd0a46d32c6acf33d89ee4bfe75d Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 3 Nov 2025 01:47:15 +0100 Subject: [PATCH] fix --- frontend/src/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 896c3c5..7e19687 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -434,7 +434,7 @@ button.danger:hover:not([disabled]) { align-items: center; justify-content: center; padding: 2rem; - z-index: 3000; + z-index: 2000000; cursor: zoom-out; opacity: 0; pointer-events: none; @@ -453,7 +453,9 @@ button.danger:hover:not([disabled]) { justify-content: center; max-width: 95vw; max-height: 95vh; + z-index: 3000000; } + .preview-zoom__image { max-width: 95vw; max-height: 95vh; @@ -2620,7 +2622,7 @@ button.danger:hover:not([disabled]) { border-left: 1px solid var(--border); display: flex; flex-direction: column; - z-index: 10000000; + z-index: 1000000; } .panel-header {