horizontal only webkit scrollbar style css

后端 未结 2 1502
清酒与你
清酒与你 2020-12-28 16:56

this is custom scrollbar in css



        
2条回答
  •  天涯浪人
    2020-12-28 17:42

    For horizontal scroll bar set height

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

提交回复
热议问题