Skip to content

Commit

Permalink
Change alignment (#25237)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh authored Apr 19, 2022
1 parent 15f55fd commit c8e1242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ToolboxDropdownDesktop = forwardRef<
>(function ToolboxDropdownDesktop({ reference, children, ...rest }, ref) {
const { style: s } = usePosition(reference, ref as RefObject<HTMLElement>, {
watch: true,
placement: 'bottom-start',
placement: 'bottom-end',
});

return (
Expand Down

0 comments on commit c8e1242

Please sign in to comment.