mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
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:
parent
7d2fc6df27
commit
c573554c23
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue