Преглед изворни кода
fix(web): add workspace selector overflow auto (#19265)
Co-authored-by: JMY <jiangmingyao@gf.com.cn>
tags/1.4.0
Jim
пре 5 месеци
No account linked to committer's email address
|
|
|
@@ -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] |
|
|
|
`, |
|
|
|
)} |
|
|
|
> |