fix: complete progress log localization and resolve background customizer layering bug
This commit is contained in:
+5
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user