mediawiki-extensions-Echo/modules/ooui/styles
Roan Kattouw 02252d0531 Work around regression in OO.ui.FloatableElement
FloatableElement incorrectly believes it doesn't need to
position itself when its closest scrollable is the same as
the closest scrollable of the container. This causes
the dotdotdot menu to be placed at the top left of the screen
if the notifications popup is not scrollable. If it is scrollable,
everything works fine. This regression was introduced by I5b5d7936c4d.

Work around this by setting overflow-x: auto; on the popup body.
This is a no-op, but tricks OOUI into thinking that the popup
body is scrollable even when it visually isn't. We can't use
overflow-y for this, because we still need to set overflow-y: auto;
on the popup body to work around a Chrome bug where right-floated
elements don't move over when the scrollbar appears.

Bug: T130153
Change-Id: I8bd8a26a4931444a760d2159779240272c51f966
2016-03-16 15:40:27 -07:00
..
mw.echo.ui.BundledNotificationGroupWidget.less Adjust line-height of bundle group titles 2016-03-15 16:35:37 -07:00
mw.echo.ui.icons.less Add 'userSpeechBubble' icon 2016-02-16 09:39:38 -08:00
mw.echo.ui.MenuItemWidget.less Styling adjustments for notifications 2016-03-03 23:11:19 +00:00
mw.echo.ui.NotificationBadgeWidget.less Work around regression in OO.ui.FloatableElement 2016-03-16 15:40:27 -07:00
mw.echo.ui.NotificationBadgeWidget.modern.less Override footer buttons hover color in Modern 2015-10-08 16:28:30 -07:00
mw.echo.ui.NotificationBadgeWidget.monobook.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
mw.echo.ui.NotificationBadgeWidget.vector.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
mw.echo.ui.NotificationGroupItemWidget.less Styling adjustments for notifications 2016-03-03 23:11:19 +00:00
mw.echo.ui.NotificationItemWidget.less Merge "Adjust bottom-alignment of action buttons in notifications" 2016-03-16 17:58:07 +00:00
mw.echo.ui.NotificationItemWidget.modern.less Change the naming of 'notification option' to 'notification item' widgets 2015-11-19 16:52:04 -08:00
mw.echo.ui.NotificationsWidget.less Display readable API error message 2015-12-22 10:34:01 -08:00
mw.echo.ui.NotificationsWidget.monobook.less Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
mw.echo.ui.overlay.less Adjust styling of the 'more actions' menu items 2016-02-26 15:21:21 -08:00
mw.echo.ui.overlay.vector.less Add OOUI widgets for cross-wiki bundled notifications 2015-12-14 17:22:34 -08:00