jquery - Custom website scrollbar? -
i not of browser's scrollbars on my website. combat this, had 2 ideas:
- get rid of scrollbars.
- 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?
Comments
Post a Comment