jquery - Custom website scrollbar? -


i not of browser's scrollbars on my website. combat this, had 2 ideas:

  1. get rid of scrollbars.
  2. replace default scrollbar custom one.

i aware can use css style scrollbar, or hide in webkit browsers, more cross-browser solution. think if chose hide scrollbar, not affect user experience, because of navigation.

i have looked @ several solutions (such one) use system of wrappers , css hide scrollbar , put off canvas. these not work me, because interfere parallax.js , bootstrap affix/scrollspy navbar site running. think because both scripts depend on body element, , not main wrapper, scrolling.

i have looked jquery plugin change of scrollbar, malihu custom scrollbar. when tried this, scrollbar worked wonderfully, parallax , scrollspy/affix navbar stopped working, same reasons above.

does have ideas how can go this?

to hide scrollbar use css:

body {   overflow: hidden; } 

and this give custom scrollbar looking for.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -