Merge "Fix z-index"

This commit is contained in:
jenkins-bot 2023-08-09 18:47:35 +00:00 committed by Gerrit Code Review
commit b0645d538f

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;