Adjust z-index of OOUI dialog to avoid clipping

This commit is contained in:
alistair3149 2020-02-16 01:58:58 -05:00
parent 2feb694f34
commit 212b1ebd93
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -132,6 +132,7 @@
.oo-ui-windowManager-modal > .oo-ui-dialog {
background-color: rgba( 0, 0, 0, 0.5 );
z-index: 10;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {