fix(ags): make scrollbar appear only when needed
This commit is contained in:
parent
2d5357a9cf
commit
06f7f95b98
2 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,7 @@ const Applauncher = ({ window_name = 'applauncher' } = {}) => {
|
|||
|
||||
Scrollable({
|
||||
hscroll: 'never',
|
||||
vscroll: 'automatic',
|
||||
child: Box({
|
||||
vertical: true,
|
||||
children: [list, placeholder],
|
||||
|
|
|
@ -115,6 +115,7 @@ export default () => Box({
|
|||
Scrollable({
|
||||
className: 'notification-list-box',
|
||||
hscroll: 'never',
|
||||
vscroll: 'automatic',
|
||||
child: Box({
|
||||
className: 'notification-list',
|
||||
vertical: true,
|
||||
|
|
Loading…
Reference in a new issue