Scroll behavior part 2 (#1304)

* Fix layout issues introduced by scroll behavior

* Complete scrollbar work
This commit is contained in:
Charles Bochet
2023-08-25 12:38:45 +02:00
committed by GitHub
parent 0d210244db
commit de569f4c06
11 changed files with 162 additions and 92 deletions

View File

@ -31,7 +31,7 @@ const StyledContainer = styled(motion.div)`
right: 0;
top: 0;
z-index: 2;
z-index: 100;
`;
const StyledRightDrawer = styled.div`