mw.echo.ui.NotificationBadgeWidget: Do not flip popups

Bug: T183296
Change-Id: I3850cf71626d700a73bbefae7da9870d59491347
This commit is contained in:
Bartosz Dziewoński 2017-12-30 00:51:18 +01:00
parent aeb6e6cccb
commit ada3be576c

View file

@ -130,6 +130,7 @@
$content: this.notificationsWidget.$element,
$footer: $footer,
width: config.popupWidth || 500,
autoFlip: false,
autoClose: true,
containerPadding: 20,
$floatableContainer: this.$element,