Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
fix(client): fix explorer-menu scroll limit problem (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
melchior-voidwolf committed Jul 21, 2022
1 parent 7ba025c commit 700eaab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const drawerStyles = css({
position: 'sticky',
top: 0,
left: 0,
overflow: 'scroll'
overflow: 'scroll',
overscrollBehavior: 'contain'
})

export const SearchInputContainer = styled('div', {
Expand Down

0 comments on commit 700eaab

Please sign in to comment.