You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that's frustrating with current CSS while trying to implement carousels is that scroll snap allows for touch dragging to work well with carousels implemented this way, but pointers (mice) can't drag scroller contents. It would be good for there to be a new analogue to touch-action to enable mouse dragging for carousel scroll containers.
The text was updated successfully, but these errors were encountered:
Something that's frustrating with current CSS while trying to implement carousels is that scroll snap allows for touch dragging to work well with carousels implemented this way, but pointers (mice) can't drag scroller contents. It would be good for there to be a new analogue to
touch-action
to enable mouse dragging for carousel scroll containers.The text was updated successfully, but these errors were encountered: