-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Thanks for the amazing hook. It would be great if when dragging it would snap to elements.
For any container with overflow-x: scroll we can add this
scroll-snap-type: x mandatory;
and for children inside
scroll-snap-align: center;
but adding scroll snap type on the parent which has ref the drag stops working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels