fix(control): add maximum notification height and add optional scrollbar

This commit is contained in:
E44
2026-01-03 12:51:38 +01:00
parent 028e419535
commit 5464b829f0
@@ -29,7 +29,7 @@
> >
</div> </div>
<span class="whitespace-break-spaces">{n.message}</span> <span class="whitespace-break-spaces max-h-[60vh] overflow-auto">{n.message}</span>
<div class="absolute inset-x-0 bottom-0 h-1 bg-white/25"> <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> <div class="block h-full w-full bg-white/80 origin-left animate-progress-bar"></div>