Apply Border-Radius To Scrollbars with CSS

前端 未结 5 591
闹比i
闹比i 2020-12-15 04:02

To put it simple, this is what i want (obtained on a Webkit Browser using -webkit-scrollbar) :

An

5条回答
  •  独厮守ぢ
    2020-12-15 04:57

    Would be nice if you could supply a fiddle. Nevertheless, you shoud try changing the box-sizing on the container to border-box (if not already done):

    box-sizing: border-box;
    

提交回复
热议问题