mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
e698a8006c
commit
598241e0f2
@ -95,6 +95,7 @@ export const InvContextMenu = typedMemo(
|
||||
isOpen={isDeferredOpen}
|
||||
gutter={0}
|
||||
onClose={onCloseHandler}
|
||||
placement="auto-end"
|
||||
{...props.menuProps}
|
||||
>
|
||||
<InvMenuButton
|
||||
|
Loading…
Reference in New Issue
Block a user