Skip to content

Commit

Permalink
Add isAlternate prop for Dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Oct 16, 2020
1 parent f689d26 commit 6ba420e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-library/src/social-links/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ export function SocialLinksEdit( props ) {
<Dropdown
className={ 'icon-size-picker__dropdown' }
contentClassName={ 'icon-size-picker__dropdowncontent' }
popoverProps={ { position: 'bottom right' } }
popoverProps={ {
isAlternate: true,
position: 'bottom right',
} }
renderToggle={ ( { isOpen, onToggle } ) => (
<ToolbarGroup>
<ToolbarButton
Expand Down

0 comments on commit 6ba420e

Please sign in to comment.