Issue #3453320 by timurtripp: [10.3 regression] CKEditor 5 renamed CSS variable causing CKEditor dialogs to fail to appear above jQuery UI dialogs

merge-requests/5349/merge
Alex Pott 2024-06-15 10:47:45 +01:00
parent 6d1c5c57ea
commit 703830324b
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
.ui-dialog ~ .ck-body-wrapper { .ui-dialog ~ .ck-body-wrapper {
--ck-z-modal: 1261; --ck-z-panel: 1261;
} }