fix(ui): InvContextMenu.placement = 'auto-end'

This ensures the context menus don't get cut off when the window size is very small.
This commit is contained in:
psychedelicious 2024-01-01 19:17:21 +11:00 committed by Kent Keirsey
parent e698a8006c
commit 598241e0f2

View File

@ -95,6 +95,7 @@ export const InvContextMenu = typedMemo(
isOpen={isDeferredOpen}
gutter={0}
onClose={onCloseHandler}
placement="auto-end"
{...props.menuProps}
>
<InvMenuButton