mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix IAIDraggable/IAIDroppable absolute positioning
This commit is contained in:
@@ -29,6 +29,8 @@ const IAIDraggable = (props: IAIDraggableProps) => {
|
||||
position="absolute"
|
||||
w="full"
|
||||
h="full"
|
||||
top={0}
|
||||
insetInlineStart={0}
|
||||
{...attributes}
|
||||
{...listeners}
|
||||
/>
|
||||
|
||||
@@ -29,6 +29,8 @@ const IAIDroppable = (props: IAIDroppableProps) => {
|
||||
<Box
|
||||
ref={setNodeRef}
|
||||
position="absolute"
|
||||
top={0}
|
||||
insetInlineStart={0}
|
||||
w="full"
|
||||
h="full"
|
||||
pointerEvents="none"
|
||||
|
||||
Reference in New Issue
Block a user