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:
Jan Drewniak 2018-05-24 14:09:55 +02:00 committed by Jdrewniak
parent 865bd524f2
commit a93256e406

View file

@ -2,7 +2,6 @@
@import 'mediawiki.ui/variables';
#mwe-popups-settings {
position: fixed;
z-index: 1000;
background: #fff;
width: 420px;