소스 검색

fix allotment z-index

AykutSarac 3 년 전
부모
커밋
fb34b8acf6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/containers/Editor/styles.tsx

+ 4 - 0
src/containers/Editor/styles.tsx

@@ -20,4 +20,8 @@ export const StyledEditor = styled(Allotment)`
   position: relative !important;
   display: flex;
   background: ${({ theme }) => theme.BACKGROUND_SECONDARY};
+
+  div[class*="sash-module_sash"] {
+    z-index: 3;
+  }
 `;