From 53b101290d7ab9d4701af702207f91f8f1234002 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 22 Oct 2023 03:27:32 -0400 Subject: [PATCH] fix(ags notif center): make scrollable actually scrollable --- hosts/wim/config/ags/js/notifications/center.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/wim/config/ags/js/notifications/center.js b/hosts/wim/config/ags/js/notifications/center.js index 7f548f2d..48384e1d 100644 --- a/hosts/wim/config/ags/js/notifications/center.js +++ b/hosts/wim/config/ags/js/notifications/center.js @@ -128,11 +128,9 @@ const NotificationCenterWidget = () => Box({ Box({ className: 'notification-wallpaper-box', children: [ - // FIXME: doesn't behave like scrollable?? Scrollable({ className: 'notification-list-box', hscroll: 'never', - vscroll: 'automatic', child: Box({ className: 'notification-list', vertical: true,