Skip to content

Commit

Permalink
Merge pull request #67 from saleor/SALEOR-4622/sidebar-item-scroll
Browse files Browse the repository at this point in the history
Remove disablePortal to fix popper position
  • Loading branch information
dominik-zeglen committed Oct 18, 2021
2 parents 24c8e38 + d616c0a commit ac5dc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sidebar/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export const MenuItem: React.FC<MenuItemProps> = ({
open={open}
anchorEl={anchor.current}
transition
disablePortal
placement="right-start"
>
<ClickAwayListener onClickAway={() => setOpen(false)}>
Expand Down

1 comment on commit ac5dc18

@vercel
Copy link

@vercel vercel bot commented on ac5dc18 Oct 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.