mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "Fix unnecessary scrollbars on notifications popup"
This commit is contained in:
commit
46cd111d24
|
@ -34,12 +34,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> .oo-ui-popupWidget-body {
|
> .oo-ui-popupWidget-body {
|
||||||
// Work around scrollbar rendering bug in Chrome
|
|
||||||
overflow-y: visible;
|
|
||||||
// ...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 {
|
> .mw-echo-ui-notificationsListWidget > .mw-echo-ui-notificationItemWidget {
|
||||||
// The popup body itself has a border. We need to override the notification
|
// The popup body itself has a border. We need to override the notification
|
||||||
// item widget styles so that the edge borders of the items are not duplicated
|
// item widget styles so that the edge borders of the items are not duplicated
|
||||||
|
|
Loading…
Reference in a new issue