feat(app): add scrollbar styling to session page (#10020)

This commit is contained in:
Alex Yaroshuk
2026-01-22 20:53:55 +08:00
committed by GitHub
parent b59f3e6811
commit aa17729008
2 changed files with 27 additions and 1 deletions

View File

@@ -1389,7 +1389,7 @@ export default function Page() {
autoScroll.handleScroll()
if (isDesktop() && autoScroll.userScrolled()) scheduleScrollSpy(e.currentTarget)
}}
class="relative min-w-0 w-full h-full overflow-y-auto no-scrollbar"
class="relative min-w-0 w-full h-full overflow-y-auto session-scroller"
style={{ "--session-title-height": info()?.title ? "40px" : "0px" }}
>
<Show when={info()?.title}>