fix: session list overflow when there are many list items. (#5832)
Co-authored-by: xuyingjie <xuyingjie@unipus.cn>
This commit is contained in:
parent
dc8e40cb2d
commit
33ba516e48
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue