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({ Box({
className: 'notification-wallpaper-box', className: 'notification-wallpaper-box',
children: [ children: [
// FIXME: doesn't behave like scrollable??
Scrollable({ Scrollable({
className: 'notification-list-box', className: 'notification-list-box',
hscroll: 'never', hscroll: 'never',
vscroll: 'automatic',
child: Box({ child: Box({
className: 'notification-list', className: 'notification-list',
vertical: true, vertical: true,