mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +00:00
Fix z-index
Bug: T341086 Change-Id: Ic6ce2c99a6b19c18f2134adfb4c607aa90ae43e6
This commit is contained in:
parent
a0dd30aceb
commit
5a0bd5e34e
|
@ -1,3 +1,5 @@
|
||||||
|
@import 'mediawiki.skin.variables.less';
|
||||||
|
|
||||||
.mw-cookiewarning-container {
|
.mw-cookiewarning-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: rgba( 90, 90, 90, 0.85 );
|
background-color: rgba( 90, 90, 90, 0.85 );
|
||||||
|
@ -6,7 +8,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1999;
|
z-index: @z-index-overlay;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue