Skip to content

Commit 3d84282

Browse files
committed
x
1 parent ae6a530 commit 3d84282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/components/interface/searchable-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function SearchableSidebar(props: SearchableSidebarProps) {
4747
/>
4848
<div
4949
className={cn(
50-
'hidden lg:flex flex-col pb-15 w-[250px] border-r border-gray-200 overflow-y-auto',
50+
'hidden lg:flex flex-col pb-15 w-[250px] border-r border-gray-200 overflow-y-auto overflow-x-hidden',
5151
{
5252
'fixed flex bg-white z-50 top-0 left-0 bottom-0': isOpen,
5353
}

0 commit comments

Comments
 (0)