소스 검색

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

Co-authored-by: wxfanghongtai <wxfanghongtai@gf.com.cn>
fanghongtai 9 달 전
부모
커밋
774a17cedf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/header/account-dropdown/workplace-selector/index.tsx

+ 1 - 1
web/app/components/header/account-dropdown/workplace-selector/index.tsx

@@ -69,7 +69,7 @@ const WorkplaceSelector = () => {
               <Menu.Items
                 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
                   `,
                   s.popup,