CSS3 scrollbar styling on a div

前端 未结 4 1315
故里飘歌
故里飘歌 2020-12-13 17:47

How can i style webkit scrollbars with CSS3?

I mean these properties

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webki         


        
4条回答
  •  死守一世寂寞
    2020-12-13 18:28

    The problem with the css3 scroll bars is that, interaction can only be performed on the content. we can't interact with the scroll bar on touch devices.

提交回复
热议问题