I have a horizontal scrollbar, but at my responsive tablet breakpoint I want to hide the scrollbar, yet still retain the ability to swipe left/right through the content. It seems swiping is quite broken/jarring when attempting to swipe through the content on an iPad when .mCSB_scrollTools.mCSB_scrollTools_horizontal is set to "display: none !important". I was hoping there'd be a config option that will visually hide the scrollbar. Maybe I'm missing it somewhere?
Another question while I'm here: is it possible to enable swiping through the content (via a mousedrag) on a desktop computer, to emulate how a mobile device swipes?
After some more work on issue 1 here, I can confirm setting the scrollbar to "height: 0" will hide it but still retain the ability to swipe through content.
You could also use the "minimal" or "minimal-dark" themes that simulate touch-devices OS native scrolling.
There's no cursor-swipe scrolling as it's usually not an efficient way of scrolling content and it'd break or mess with other user actions like selecting text.
Thanks!