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 }) {