Explorar el Código

fix allotment z-index

AykutSarac hace 3 años
padre
commit
fb34b8acf6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
+  }
 `;