Skip to content

Commit

Permalink
Use correct placement for zoom out toolbar popover
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed May 10, 2024
1 parent 64aeee7 commit e519b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function ZoomOutPopover( { clientId, __unstableContentRef } ) {
'is-insertion-point-visible': isInsertionPointVisible,
} ) }
resize={ false }
placement="left-start"
{ ...popoverProps }
placement="left-start"
>
<ZoomOutToolbar
clientId={ clientId }
Expand Down

0 comments on commit e519b27

Please sign in to comment.