fix(web): add workspace selector overflow auto (#19265)

Co-authored-by: JMY <jiangmingyao@gf.com.cn>
This commit is contained in:
Jim 2025-05-06 13:30:25 +08:00 committed by GitHub
parent 0b44791eae
commit 6c515ef47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,8 @@ const WorkplaceSelector = () => {
<MenuItems
className={cn(
`
shadows-shadow-lg absolute left-[-15px] mt-1 flex w-[280px] flex-col items-start rounded-xl bg-components-panel-bg-blur backdrop-blur-[5px]
shadows-shadow-lg absolute left-[-15px] mt-1 flex max-h-[400px] w-[280px] flex-col items-start overflow-y-auto rounded-xl
bg-components-panel-bg-blur backdrop-blur-[5px]
`,
)}
>