feat(ui): show cursor on drag previews

This commit is contained in:
psychedelicious 2023-09-21 17:21:25 +10:00 committed by Kent Keirsey
parent 6d1057c560
commit b6e9cd4fe2

View File

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