MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 69: Line 69:
}
}
/*------------------22-06-2026-----------------------*/
/*------------------22-06-2026-----------------------*/
.mw-overlays-container {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
}
.editor-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: #fff !important;
    z-index: 999999 !important;
}
.overlay-content {
    position: relative !important;
    background: #fff !important;
    z-index: 999999 !important;
}
#mw-mf-page-center {
    display: none !important;
}
body.overlay-enabled #mw-mf-page-center {
    display: block !important;
}