MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 69: Line 69:
}
}
/*------------------22-06-2026-----------------------*/
/*------------------22-06-2026-----------------------*/
/* FORCE editor overlay to cover page */
.mw-overlays-container,
.overlay,
.editor-overlay,
.overlay-content {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #ffffff !important;
    opacity: 1 !important;
    z-index: 99999 !important;
}
/* Editor area */
#wikitext-editor,
.wikitext-editor {
    background: #ffffff !important;
    color: #000 !important;
}
/* Hide article while editor open */
.editor-overlay.visible ~ * {
    display: none !important;
}