فهرست منبع

Fix repo list dropdown z-index

jnfrati 3 سال پیش
والد
کامیت
aaf15b5cd9
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;