mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-34300 JavaScript: Stop YUI from forcing z-index on moodle-core-notification
This commit is contained in:
parent
cce0d9a100
commit
694c4c87ac
2 changed files with 5 additions and 1 deletions
|
@ -864,7 +864,7 @@ sup {vertical-align: super;}
|
|||
background: none;
|
||||
border: none;
|
||||
/* Override the z-index set incorrectly by the YUI dialogue */
|
||||
z-index: 600!important;
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue