mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-39355: Correct the z-index for moodle-dialogue
This commit is contained in:
parent
b72d78d847
commit
323aa3248c
@ -1340,8 +1340,7 @@ audio.mediaplugin_html5audio {
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
/* Override the z-index set incorrectly by the YUI dialogue */
|
||||
z-index: 600!important;
|
||||
z-index: 600;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue-wrap {
|
||||
margin-top: -3px;
|
||||
@ -1498,7 +1497,7 @@ audio.mediaplugin_html5audio {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
+.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
|
||||
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
|
||||
z-index: 3001;
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user