From c9517f21808d07707cd7dc84bca01164a06e31a3 Mon Sep 17 00:00:00 2001 From: meirzamoodle Date: Mon, 4 Dec 2023 15:54:09 +0700 Subject: [PATCH] MDL-80257 editory_tiny: Remove tox-tinymce-aux z-index Remove .tox-tinymce-aux from style.css because z-index is already defined in TinyMCE skin.css --- lib/editor/tiny/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/editor/tiny/styles.css b/lib/editor/tiny/styles.css index bbca493c270..0f4058e1ebe 100644 --- a/lib/editor/tiny/styles.css +++ b/lib/editor/tiny/styles.css @@ -1,7 +1,3 @@ -.jsenabled .tox-tinymce-aux { - z-index: 1000; -} - .jsenabled .tox-shadowhost.tox-fullscreen, .jsenabled .tox.tox-tinymce.tox-fullscreen { z-index: 1050;