This commit is contained in:
2025-11-03 01:47:15 +01:00
parent 1cbbbeb6b0
commit 1c261bf0a2
+4 -2
View File
@@ -434,7 +434,7 @@ button.danger:hover:not([disabled]) {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 2rem; padding: 2rem;
z-index: 3000; z-index: 2000000;
cursor: zoom-out; cursor: zoom-out;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
@@ -453,7 +453,9 @@ button.danger:hover:not([disabled]) {
justify-content: center; justify-content: center;
max-width: 95vw; max-width: 95vw;
max-height: 95vh; max-height: 95vh;
z-index: 3000000;
} }
.preview-zoom__image { .preview-zoom__image {
max-width: 95vw; max-width: 95vw;
max-height: 95vh; max-height: 95vh;
@@ -2620,7 +2622,7 @@ button.danger:hover:not([disabled]) {
border-left: 1px solid var(--border); border-left: 1px solid var(--border);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
z-index: 10000000; z-index: 1000000;
} }
.panel-header { .panel-header {