From a1f0ae0cc311effcbee5f8ccd70815abd5fbff9b Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 4 Jan 2026 00:12:01 -0500 Subject: [PATCH] hacky --- src/app.css | 4 ++++ src/app.tsx | 2 +- src/routes/blog/[title]/index.tsx | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index cd62fdc..6e7e3ab 100644 --- a/src/app.css +++ b/src/app.css @@ -228,6 +228,10 @@ scrollbar-width: thin; scrollbar-gutter: stable both-edges; } +#center-body:has(.blog-overide) { + scrollbar-width: none !important; + scrollbar-gutter: unset !important; +} #rightbar-content { scrollbar-width: none; } diff --git a/src/app.tsx b/src/app.tsx index f2ac2db..b31be89 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -159,7 +159,7 @@ function AppLayout(props: { children: any }) {