fix(ags notif center): make scrollable actually scrollable

This commit is contained in:
matt1432 2023-10-22 03:27:32 -04:00
parent cfeba78d79
commit 53b101290d

View file

@ -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,