Fix right drawer first bounce (#3689)

fix-right-drawer-first-bounce
This commit is contained in:
bosiraphael
2024-01-30 11:39:51 +01:00
committed by GitHub
parent b07d67c624
commit fc63c51d6d

View File

@ -85,6 +85,9 @@ export const RightDrawer = () => {
return (
<StyledContainer
initial={{
width: 0,
}}
animate={{
width: rightDrawerWidth,
}}