Skip to content

Commit

Permalink
fix: remove disable scroll lock from drawerwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh DeCristi committed Apr 25, 2023
1 parent b38ce77 commit edac3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/components/DrawerWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const DrawerWrapper = ({ open, setOpen, children, headerHeight }: DrawerW
minHeight: '100vh',
},
}}
disableScrollLock
>
{children}
</Drawer>
Expand Down

0 comments on commit edac3d1

Please sign in to comment.