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
That could be cool that we can prevent scroll from happening. You can archieve it by adding touch-action: pan-x to your card's css and that do the job but this property has poor support and is not supported at all on Safari.
The text was updated successfully, but these errors were encountered:
That could be cool that we can prevent scroll from happening. You can archieve it by adding
touch-action: pan-x
to your card's css and that do the job but this property has poor support and is not supported at all on Safari.The text was updated successfully, but these errors were encountered: