mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix modal z-index
This commit is contained in:
parent
9515f1e281
commit
59059a3db0
@ -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;
|
||||
}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user