Explorar o código

fix allotment z-index

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
fb34b8acf6
Modificáronse 1 ficheiros con 4 adicións e 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;
+  }
 `;