fix(web): add workspace selector overflow auto

pull/19265/head
JMY 1 year ago
parent bbf513a2cd
commit f2135b449d

@ -61,7 +61,8 @@ const WorkplaceSelector = () => {
<MenuItems <MenuItems
className={cn( 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]
`, `,
)} )}
> >

Loading…
Cancel
Save