Change alignment (#25237)

pull/25242/head
gabriellsh 4 years ago committed by GitHub
parent 15f55fd7d6
commit c8e124235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/meteor/client/views/room/MessageList/components/Toolbox/ToolboxDropdownDesktop.tsx

@ -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 (

Loading…
Cancel
Save