-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Adding snap scrolling to the basic example seems to break the drag (nothing happens on dragging).
CSS to add on element that has v-drag-scroller
:
scroll-snap-type: y mandatory;
CSS to add on one or more children:
scroll-snap-align: start;
Expected behavior
Drag scrolling should operate like without snap scrolling. On release, the browser should be left to handle the snap from the current scroll position.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request