fix(ags): make scrollbar appear only when needed

This commit is contained in:
matt1432 2023-12-12 23:15:13 -05:00
parent 2d5357a9cf
commit 06f7f95b98
2 changed files with 2 additions and 0 deletions

View file

@ -112,6 +112,7 @@ const Applauncher = ({ window_name = 'applauncher' } = {}) => {
Scrollable({
hscroll: 'never',
vscroll: 'automatic',
child: Box({
vertical: true,
children: [list, placeholder],

View file

@ -115,6 +115,7 @@ export default () => Box({
Scrollable({
className: 'notification-list-box',
hscroll: 'never',
vscroll: 'automatic',
child: Box({
className: 'notification-list',
vertical: true,