summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages
diff options
context:
space:
mode:
authorAlex Yaroshuk <[email protected]>2026-01-22 20:53:55 +0800
committerGitHub <[email protected]>2026-01-22 06:53:55 -0600
commitaa17729008cfeb94c550c0b1b0f14aeae54a372a (patch)
treec58682d14cae9d536604fafb1c079702f1431c6f /packages/app/src/pages
parentb59f3e68114c98eba4bc2065839c5352c1de3f9f (diff)
downloadopencode-aa17729008cfeb94c550c0b1b0f14aeae54a372a.tar.gz
opencode-aa17729008cfeb94c550c0b1b0f14aeae54a372a.zip
feat(app): add scrollbar styling to session page (#10020)
Diffstat (limited to 'packages/app/src/pages')
-rw-r--r--packages/app/src/pages/session.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx
index a4ce6493d..26721bf92 100644
--- a/packages/app/src/pages/session.tsx
+++ b/packages/app/src/pages/session.tsx
@@ -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}>