Disable smooth-scrollbar on specified breakpoint or mobile #404
sadeghbarati
started this conversation in
Ideas
Replies: 1 comment
-
This is difficult to implement inside this plugin. Maybe it's better to init scrollbars conditionally? if (!isMobile) {
Scrollbar.init(...);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions