mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Adjust z-index of OOUI dialog to avoid clipping
This commit is contained in:
parent
2feb694f34
commit
212b1ebd93
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue