我试过这个,但ipad中仍然缺少滚动条。有什么帮助吗?
::-webkit-scrollbar {
-webkit-appearance: none;
width: 4px;
}
::-webkit-scrollbar-track {
/*background-color: rgba(57,57,57, .6);*/
border-radius: 8px;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(156, 156, 156, .6);
}