mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-75078 editor_tiny: Reduce z-index of fullscreen tiny to not cover Moodle dialogues
Part of MDL-75966
This commit is contained in:
parent
90c40fba5d
commit
05000e3e8b
@ -2,6 +2,11 @@
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.jsenabled .tox-shadowhost.tox-fullscreen,
|
||||
.jsenabled .tox.tox-tinymce.tox-fullscreen {
|
||||
z-index: 1050;
|
||||
}
|
||||
|
||||
/**
|
||||
* These styles are required to ensure that icons loaded from Moodle are displayed correctly in TinyMCE.
|
||||
* The first selector targets the menu.
|
||||
|
Loading…
x
Reference in New Issue
Block a user