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:
Saint Johann 2024-03-03 22:23:25 +00:00
parent 140ff7b20e
commit 51ac315a57

View file

@ -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%;