fix(core): incorrect z-index for the inner header container

Also fix the undefined LESS variable in the Echo skinstyle
This commit is contained in:
alistair3149 2022-05-25 16:00:45 -04:00
parent 320b28c6d9
commit 7b810b2389
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 3 additions and 0 deletions

View file

@ -91,6 +91,7 @@
} }
&__inner { &__inner {
z-index: -1; // Inner element should be behind menu and search
display: flex; display: flex;
min-width: 0; min-width: 0;
flex-grow: 1; flex-grow: 1;

View file

@ -8,6 +8,8 @@
* Date: 2021-08-11 * Date: 2021-08-11
*/ */
@import '../../../resources/variables.less';
/* mw.echo.ui.mobile.less */ /* mw.echo.ui.mobile.less */
@media all and ( max-width: 720px ) { @media all and ( max-width: 720px ) {
.mw-echo-ui-overlay { .mw-echo-ui-overlay {