mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
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:
parent
320b28c6d9
commit
7b810b2389
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue