fix:unable to select workplace at the bottom (#5785)

Co-authored-by: wxfanghongtai <wxfanghongtai@gf.com.cn>
pull/5852/head
fanghongtai 2 years ago committed by GitHub
parent d889e1b233
commit 774a17cedf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,7 +69,7 @@ const WorkplaceSelector = () => {
<Menu.Items <Menu.Items
className={cn( className={cn(
` `
absolute top-[1px] min-w-[200px] z-10 bg-white border-[0.5px] border-gray-200 absolute top-[1px] min-w-[200px] max-h-[70vh] overflow-y-scroll z-10 bg-white border-[0.5px] border-gray-200
divide-y divide-gray-100 origin-top-right rounded-xl divide-y divide-gray-100 origin-top-right rounded-xl
`, `,
s.popup, s.popup,

Loading…
Cancel
Save