I want to restrict scrolling within a scrolling group on mobile. I’ve implemented a feature where scrolling moves one cell at a time, but I also want to limit scrolling under specific conditions. I can’t seem to find plugins that effectively disable scrolling or dragging.
In this case, you can add custom CSS codes that runs in certain conditions. This doc could help you: How To Hide Scrollbars With CSS
Thanks for the response, but I actually want to restrict scrolling itself, not just remove the scrollbar. If I only remove the scrollbar, scrolling will still be possible when dragging on mobile.
This topic was automatically closed after 70 days. New replies are no longer allowed.