Skip to content

Commit d3c4ec0

Browse files
committed
Remove overflow, possibly related to X2-6961
1 parent 6935710 commit d3c4ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/Sidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const Sidebar = ({
9797
/>
9898
)}
9999

100-
<div className={cn("flex-grow space-y-2", isStickyHeaderFooter && "overflow-y-auto")}>
100+
<div className={cn("flex-grow space-y-2")}>
101101
<div className="text-center">
102102
{logo ?? (
103103
<XolaLogoSimple

0 commit comments

Comments
 (0)