瀏覽代碼

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;
+  }
 `;