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({
|
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,
|
||||||
|
|
Loading…
Reference in a new issue