mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 17:07:08 +00:00
fix(control): wrong scrollbar behavior in notifications
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
html {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--color-stone-300) transparent;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user