Skip to content

Commit

Permalink
Fix vertical toolbar position (#63745)
Browse files Browse the repository at this point in the history
Co-authored-by: scruffian <scruffian@git.wordpress.org>
Co-authored-by: MaggieCabrera <onemaggie@git.wordpress.org>
  • Loading branch information
3 people authored Jul 19, 2024
1 parent 91ea632 commit dc93da0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function ZoomOutPopover( { clientId, __unstableContentRef } ) {
...popoverProps,
placement: 'left-start',
flip: false,
shift: true,
};

return (
Expand Down

0 comments on commit dc93da0

Please sign in to comment.