Using jQuery to hide div scrollbar, but retain scrolling?

后端 未结 3 458
陌清茗
陌清茗 2020-12-31 15:30

I am trying to be able to scroll inside one div but without showing the actual scrollbar.

I need the user to be able to scroll using the scrollwheel

Does any

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 15:48

    Maybe you can use css and hide or do some styling with it so it looks hidden. Here's one some links I found.

    http://css-tricks.com/custom-scrollbars-in-webkit/

    http://www.yourhtmlsource.com/stylesheets/scrollbars.html

提交回复
热议问题