mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
fix(control): replaced overflow-auto with overflow-y-auto in notifications
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user