diff --git a/src/components/Modal/styles.tsx b/src/components/Modal/styles.tsx index 3814776..9b09f01 100644 --- a/src/components/Modal/styles.tsx +++ b/src/components/Modal/styles.tsx @@ -15,7 +15,7 @@ export const ModalWrapper = styled.div` justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.85); - z-index: 6; + z-index: 36; * { box-sizing: border-box; diff --git a/src/containers/Editor/styles.tsx b/src/containers/Editor/styles.tsx index 83cd118..6ccc7a0 100644 --- a/src/containers/Editor/styles.tsx +++ b/src/containers/Editor/styles.tsx @@ -20,8 +20,4 @@ export const StyledEditor = styled(Allotment)` position: relative !important; display: flex; background: ${({ theme }) => theme.BACKGROUND_SECONDARY}; - - div[class*="sash-module_sash"] { - z-index: 3; - } `;