hide only the logo by searchbar

This commit is contained in:
Abhinav-grd 2021-05-18 12:22:11 +05:30
parent 772319af63
commit dd2e9ddc07
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ const Wrapper = styled.div<{ open: boolean }>`
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
z-index: 200;
display: ${(props) => (props.open ? 'block' : 'none')};
`;

View file

@ -8,7 +8,7 @@ function UploadButton({ openFileUploader }) {
position: 'absolute',
right: '30px',
top: '20px',
zIndex: 100,
zIndex: 1000,
cursor: 'pointer',
}}
>