fix modal z-index

This commit is contained in:
AykutSarac 2022-07-17 18:22:51 +03:00
parent 9515f1e281
commit 59059a3db0
2 changed files with 1 additions and 5 deletions

View File

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

View File

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