mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
3f3da39ee0
Follow-up to 6cf1757eed
.
Bug: T350544
Change-Id: If90fbc583954f6ae3f836e8db7c6348b3186dc1d
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
// For compatibility with code older than #mw-teleport-target (T350544)
|
|
body > .oo-ui-windowManager {
|
|
z-index: @z-index-overlay;
|
|
font-size: @font-size-base;
|
|
}
|