Sfoglia il codice sorgente

fix allotment z-index

AykutSarac 3 anni fa
parent
commit
fb34b8acf6
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;
+  }
 `;