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

This commit is contained in:
jenkins-bot 2018-01-02 21:58:16 +00:00 committed by Gerrit Code Review
commit b906b83f32

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;
}