Merge pull request #13519 from vvlladd28/bug/widget-preview/ace-editor

Fixed visible elements behind widget preview
This commit is contained in:
Igor Kulikov 2025-06-06 19:00:22 +03:00 committed by GitHub
commit 5388fe13e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #fff; background: #fff;
z-index: 5; z-index: 100;
} }
.widget-preview-section { .widget-preview-section {
position: absolute; position: absolute;