Skip to content

Commit

Permalink
fix: session list overflow when there are many list items. (#5832)
Browse files Browse the repository at this point in the history
Co-authored-by: xuyingjie <[email protected]>
  • Loading branch information
xuyingjie and xuyingjie authored Jan 22, 2025
1 parent dc8e40c commit 33ba516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/modals/IOModal/new-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function IOModal({
<div className="flex-max-width h-full">
<div
className={cn(
"flex h-full flex-shrink-0 flex-col justify-start transition-all duration-300",
"flex h-full flex-shrink-0 flex-col justify-start overflow-hidden transition-all duration-300",
sidebarOpen
? "absolute z-50 lg:relative lg:w-1/5 lg:max-w-[280px]"
: "w-0",
Expand Down

0 comments on commit 33ba516

Please sign in to comment.