Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.Overlay.less
blob4335be7098f166b4ec9347dc42606c3fc469ad1a
1 .mw-rcfilters-ui-overlay {
2         position: absolute;
3         top: 0;
4         right: 0;
5         left: 0;
6         // Set this here to avoid MenuSelectWidgets winding up behind the content in some skins (Example, CologneBlue, most third-party skins)
7         // Also avoids weird layering issues in skins with fixed headers, like Timeless
8         z-index: 1;