Web: Components: Navigation: fixed z-index

This commit is contained in:
Nikita Gopienko 2022-09-14 15:42:38 +03:00
parent b5e08fddf4
commit 61fa70c886
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ const Navigation = ({
visible={isOpen}
withBackground={false}
withoutBlur={true}
zIndex={203}
zIndex={400}
/>
<DropBox

View File

@ -34,7 +34,7 @@ const StyledBox = styled.div`
height: ${(props) => (props.height ? `${props.height}px` : "fit-content")};
max-height: calc(100vh - 48px);
z-index: 204;
z-index: 401;
display: table;
margin: auto;
flex-direction: column;