OOjs UI: Fix z-index and font size for default overlay

Override default font size for .oo-ui-defaultOverlay (0.8em) to the
same as content in Vector (0.875em).

Make it appear on top of the personal menu too.

Bug: T183069
Depends-On: I53888581f9e1da3b036166613c46cbc1085aa55e
Change-Id: I459aad271c0c15248e54e312b8bdc44ed244733b
This commit is contained in:
Bartosz Dziewoński 2017-12-14 02:33:24 +01:00
parent 7d2fc6df27
commit c573554c23
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
@import '../variables.less';
.oo-ui-windowManager-modal,
.skin-vector .ve-ui-overlay-global {
z-index: 101;
position: relative;
}
.oo-ui-defaultOverlay {
z-index: 101;
font-size: @content-font-size;
}