From 6f829cd2ffe321b9381faad2ce78137ae4aa96b3 Mon Sep 17 00:00:00 2001 From: Meirza Date: Tue, 22 Nov 2022 10:42:45 +0700 Subject: [PATCH] MDL-76302 theme: handling TinyMCE menu overlapping with the top navbar --- 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 f4508b8e45d..b53dd84115c 100644 --- a/lib/editor/tiny/styles.css +++ b/lib/editor/tiny/styles.css @@ -1,5 +1,5 @@ .jsenabled .tox-tinymce-aux { - z-index: 1000; + z-index: 1070; } .jsenabled .tox-shadowhost.tox-fullscreen,