moved fullScreenDropZone above collection

This commit is contained in:
Abhinav-grd 2021-05-31 14:14:31 +05:30
parent 2afe84e0b7
commit 9471b277be

View file

@ -36,7 +36,7 @@ const Overlay = styled.div<{ isDragActive: boolean }>`
border-color: ${(props) => getColor(props)};
border-style: solid;
background: rgba(0, 0, 0, 0.9);
z-index: 2000;
z-index: 3000;
`;
type Props = React.PropsWithChildren<{