summaryrefslogtreecommitdiff
path: root/components/Sidebar/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Sidebar/index.tsx')
-rw-r--r--components/Sidebar/index.tsx8
1 files changed, 7 insertions, 1 deletions
diff --git a/components/Sidebar/index.tsx b/components/Sidebar/index.tsx
index 0b7c9f2..33af598 100644
--- a/components/Sidebar/index.tsx
+++ b/components/Sidebar/index.tsx
@@ -225,7 +225,13 @@ const Sidebar = (props: SidebarProps) => {
/>
)}
>
- <VStack flexGrow={1} overflowY="scroll" alignItems="left" bg="alt.100" paddingLeft={4}>
+ <VStack
+ flexGrow={1}
+ // overflowY="scroll"
+ alignItems="left"
+ bg="alt.100"
+ paddingLeft={4}
+ >
<TagBar
{...{ filter, setFilter, tagColors, setTagColors, openContextMenu, previewNode }}
/>