From e7f9631b7e05961e9048ffab57ea8614fd3945bc Mon Sep 17 00:00:00 2001 From: Meirza Date: Wed, 28 Dec 2022 12:58:26 +0700 Subject: [PATCH] MDL-76447 editor_tiny: revert the z-index. Nesting the dropdown menu inside the parent DOM makes the menu can display correctly without changing the z-index. --- lib/editor/tiny/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/tiny/styles.css b/lib/editor/tiny/styles.css index b53dd84115c..f4508b8e45d 100644 --- a/lib/editor/tiny/styles.css +++ b/lib/editor/tiny/styles.css @@ -1,5 +1,5 @@ .jsenabled .tox-tinymce-aux { - z-index: 1070; + z-index: 1000; } .jsenabled .tox-shadowhost.tox-fullscreen,