fix(control): wrong scrollbar behavior in notifications

This commit is contained in:
E44
2026-01-12 20:03:59 +01:00
parent ea2f063991
commit d3f8a0134b
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@
>
</div>
<span class="whitespace-break-spaces max-h-[60vh] overflow-y-auto">{n.message}</span>
<span class="max-h-[60vh] overflow-y-auto overflow-x-hidden whitespace-pre-line max-w-full break-normal wrap-anywhere">{n.message}</span>
<div class="absolute inset-x-0 bottom-0 h-1 bg-white/25">
<div class="block h-full w-full bg-white/80 origin-left animate-progress-bar"></div>