fix: remove fixed notification popup height to prevent scrollbar
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:
nevaforget 2026-04-15 14:08:53 +02:00
parent 0433f08f08
commit 324dda0548

View File

@ -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,