fix: remove fixed notification popup height to prevent scrollbar
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
notification-window-height was set to 150px, causing long notifications to be clipped with a scrollbar. Set to -1 (compositor-managed) so popups adapt to content height.
This commit is contained in:
parent
0433f08f08
commit
324dda0548
@ -8,7 +8,7 @@
|
||||
"cssPriority": "user",
|
||||
|
||||
"notification-window-width": 300,
|
||||
"notification-window-height": 150,
|
||||
"notification-window-height": -1,
|
||||
"notification-body-image-height": 100,
|
||||
"notification-body-image-width": 200,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user