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
Thanks for reporting and posting your solution. Can you provide a small showcase of the problem or example CSS styles so I can reproduce the issue and play with it?
import{polyfill}from"mobile-drag-drop";// optional import of scroll behaviourimport{scrollBehaviourDragImageTranslateOverride}from"mobile-drag-drop/scroll-behaviour";// options are optional ;)polyfill({// use this to make use of the scroll behaviourdragImageTranslateOverride: scrollBehaviourDragImageTranslateOverride});
I just solved the problem by ignoring animations and transitions.
The text was updated successfully, but these errors were encountered: