MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 650: | Line 650: | ||
/* new block */ | /* new block */ | ||
/* Mobile only - Force editor overlay visible */ | |||
@media screen and (max-width: 768px) { | |||
.mw-overlays-container .overlay.editor-overlay { | |||
opacity: 1 !important; | |||
background-color: #fff !important; | |||
} | |||
} | |||