mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Fix notification z-index in Minerva
If you do not match the default value (10000), overlays display under OOUI popups. Bug: T356513 Change-Id: I31cbd6c68652b1cb34c8dc589b1d3bc2ba750328
This commit is contained in:
parent
140ff7b20e
commit
51ac315a57
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
.mw-notification-area {
|
||||
z-index: @z-index-over-overlay;
|
||||
z-index: @z-index-toast-notification;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue