From b4ffe7ef4bb5f708ff7ea4e9c893b2f61869726c Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sat, 15 Jun 2024 10:47:45 +0100
Subject: [PATCH] Issue #3453320 by timurtripp: [10.3 regression] CKEditor 5
 renamed CSS variable causing CKEditor dialogs to fail to appear above jQuery
 UI dialogs

(cherry picked from commit 703830324b08a23d0cf9a3635418a292d745b59e)
---
 core/modules/ckeditor5/css/ckeditor5.dialog.fix.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css b/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css
index b9e0a2e75480..da2837934aee 100644
--- a/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css
+++ b/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css
@@ -1,3 +1,3 @@
 .ui-dialog ~ .ck-body-wrapper {
-  --ck-z-modal: 1261;
+  --ck-z-panel: 1261;
 }
-- 
GitLab