소스 검색

Merge pull request #2319 from porter-dev/nico/por-673-fix-repo-list-z-index

[POR-673] Fix repo list dropdown z-index
Porter Support 4 년 전
부모
커밋
59f9305664
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard/src/components/repo-selector/RepoList.tsx

+ 1 - 0
dashboard/src/components/repo-selector/RepoList.tsx

@@ -442,6 +442,7 @@ const ProviderSelectorStyles = {
     overflow-y: auto;
     width: calc(100% - 4px);
     box-shadow: 0 8px 20px 0px #00000088;
+    z-index: 999;
   `,
   Option: styled.div`
     display: flex;