mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 04:00:14 +01:00
chore: remove visible scroll bar
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user