fix(ui): restore scrollbar-width: thin on .scroll-container

This commit is contained in:
jubnl 2026-04-16 16:44:27 +02:00
parent 6eb3ab38fb
commit 7945e752d6
No known key found for this signature in database
GPG Key ID: CD823EC5FB4EB9D2

View File

@ -407,6 +407,7 @@ img[alt="TREK"] {
}
.scroll-container {
scrollbar-width: thin;
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}