fix: complete progress log localization and resolve background customizer layering bug

This commit is contained in:
Ümit Tunç
2026-05-23 11:10:11 +03:00
parent 868d7519a4
commit f1d3e3c5b5
2 changed files with 243 additions and 39 deletions
+5 -1
View File
@@ -348,13 +348,17 @@ body {
left: 0;
right: 0;
bottom: 0;
z-index: 1;
z-index: 1 !important;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
/* CropperJS Custom Visual Styling overrides */
.cropper-container {
z-index: 2 !important;
}
.cropper-view-box {
outline: 2px solid var(--accent-purple);
outline-color: var(--accent-purple);