chore: remove visible scroll bar

This commit is contained in:
VipinDevelops
2026-01-29 14:34:43 +05:30
parent 2cda36f065
commit d0f154fe7b

View File

@@ -15,9 +15,9 @@ export function PageNavigationPaneOutlineTabPanel(props: Props) {
const {
editor: { editorRef },
} = page;
return (
<div className="size-full overflow-y-auto vertical-scrollbar scrollbar-sm">
<div className="size-full overflow-y-auto hide-scrollbar">
<div className="mt-3">
<PageContentBrowser
className="mt-0"