Merge "Fix unnecessary scrollbars on notifications popup"

This commit is contained in:
jenkins-bot 2023-11-17 19:08:07 +00:00 committed by Gerrit Code Review
commit 46cd111d24

View file

@ -34,12 +34,6 @@
}
> .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 {
// 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