mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.overlay.less
Moriel Schottlender 7d419bd128 Add a global overlay to Echo
This is preparing for nested popups inside the master popup.

Change-Id: I3bb86acd1bf841d5b27018565f5aa8f4a3295d9d
2015-11-23 18:47:57 +00:00

8 lines
88 B
Plaintext

.mw-echo-ui-overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
}