fix(control): replaced overflow-auto with overflow-y-auto in notifications

This commit is contained in:
E44
2026-01-05 19:09:34 +01:00
parent b6be6bd9c4
commit a8a59bd543
@@ -29,7 +29,7 @@
>
</div>
<span class="whitespace-break-spaces max-h-[60vh] overflow-auto">{n.message}</span>
<span class="whitespace-break-spaces max-h-[60vh] overflow-y-auto">{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>