mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +00:00
Merge "Fix z-index"
This commit is contained in:
commit
b0645d538f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue