mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(control): add maximum notification height and add optional scrollbar
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user