mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-14 11:15:08 +00:00
Fix IE11 settings dialog centering
Removing positioned:fix on settings dialog to properly center it on IE11 Bug: T192004 Change-Id: I868e036b8517dfe94ea877648bec8f75fa5d990f
This commit is contained in:
parent
865bd524f2
commit
a93256e406
|
@ -2,7 +2,6 @@
|
|||
@import 'mediawiki.ui/variables';
|
||||
|
||||
#mwe-popups-settings {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
background: #fff;
|
||||
width: 420px;
|
||||
|
|
Loading…
Reference in a new issue