1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-07 09:23:31 +02:00

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.
This commit is contained in:
Meirza 2022-12-28 12:58:26 +07:00
parent f37f6e3439
commit e7f9631b7e

@ -1,5 +1,5 @@
.jsenabled .tox-tinymce-aux {
z-index: 1070;
z-index: 1000;
}
.jsenabled .tox-shadowhost.tox-fullscreen,