tweak(ui): container settings popover placement @ top

This commit is contained in:
psychedelicious
2025-02-21 15:15:40 +10:00
committed by Kent Keirsey
parent c9b0307bcd
commit 6cd794d860

View File

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