fix(ags notif center): make scrollable actually scrollable
This commit is contained in:
parent
cfeba78d79
commit
53b101290d
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue