Skip to content

Commit

Permalink
fix(SecondaryNavigation): prevent overflow for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Mar 6, 2019
1 parent bf711dd commit b83f01b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SecondaryNavigationItem extends React.PureComponent<SecondaryNavigationIte
<Dropdown.Head stopClickPropagation>
<Icon size="sm" name="Dots" color="GRAY5" />
</Dropdown.Head>
<Dropdown.Body forceRender withPortal>
<Dropdown.Body preventOverflow withPortal>
<Menu>
{
finalActions.map(({ label, onClick, ...rest }) => (
Expand Down

0 comments on commit b83f01b

Please sign in to comment.