diff --git a/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx b/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx index bd77383843..520abc33ed 100644 --- a/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx +++ b/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx @@ -87,7 +87,7 @@ const AppDndContext = (props: PropsWithChildren) => { style={{ width: 'min-content', height: 'min-content', - cursor: 'none', + cursor: 'grabbing', userSelect: 'none', // expand overlay to prevent cursor from going outside it and displaying padding: '10rem',