mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Revert "Remove FloatableElement hack, no longer needed""
This commit is contained in:
commit
14f261a2fc
|
@ -41,7 +41,9 @@
|
|||
> .oo-ui-popupWidget-body {
|
||||
// Work around scrollbar rendering bug in Chrome
|
||||
overflow-y: visible;
|
||||
// overflow-x can't be set to visible, otherwise ClippableElement breaks
|
||||
// ...but make sure we don't actually overflow in the Y direction,
|
||||
// to avoid breaking ClippableElement
|
||||
overflow-x: auto;
|
||||
|
||||
> .mw-echo-ui-notificationsListWidget > .mw-echo-ui-notificationItemWidget {
|
||||
// The popup body itself has a border. We need to override the notification
|
||||
|
|
Loading…
Reference in a new issue