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 {