Scroll behavior part 2 (#1304)
* Fix layout issues introduced by scroll behavior * Complete scrollbar work
This commit is contained in:
@ -31,7 +31,7 @@ const StyledContainer = styled(motion.div)`
|
||||
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
z-index: 100;
|
||||
`;
|
||||
|
||||
const StyledRightDrawer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user