mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:58:13 -05:00
tweak(ui): container settings popover placement @ top
This commit is contained in:
committed by
Kent Keirsey
parent
c9b0307bcd
commit
6cd794d860
@@ -32,7 +32,7 @@ export const ContainerElementSettings = memo(({ element }: { element: ContainerE
|
||||
}, [dispatch, id]);
|
||||
|
||||
return (
|
||||
<Popover isLazy lazyBehavior="unmount">
|
||||
<Popover placement="top" isLazy lazyBehavior="unmount">
|
||||
<PopoverTrigger>
|
||||
<IconButton aria-label="settings" icon={<PiWrenchFill />} variant="link" size="sm" alignSelf="stretch" />
|
||||
</PopoverTrigger>
|
||||
|
||||
Reference in New Issue
Block a user