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