mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
7d419bd128
This is preparing for nested popups inside the master popup. Change-Id: I3bb86acd1bf841d5b27018565f5aa8f4a3295d9d
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
.mw-echo-ui-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|