Fix z-index

Bug: T341086
Change-Id: Ic6ce2c99a6b19c18f2134adfb4c607aa90ae43e6
This commit is contained in:
沈澄心 2023-07-16 10:11:03 +08:00
parent a0dd30aceb
commit 5a0bd5e34e

View file

@ -1,3 +1,5 @@
@import 'mediawiki.skin.variables.less';
.mw-cookiewarning-container {
position: fixed;
background-color: rgba( 90, 90, 90, 0.85 );
@ -6,7 +8,7 @@
bottom: 0;
left: 0;
width: 100%;
z-index: 1999;
z-index: @z-index-overlay;
display: flex;
justify-content: center;