css 滚动条修改

2021-01-18  本文已影响0人  jeneen1129
#info:before {
    content: none;
}

#info::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    border-left-width: 0px;
    background-color: #393D49;
}

#info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #393D49;
}

#info::-webkit-scrollbar-thumb {
    height: 5px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #393D49;
}
上一篇 下一篇

猜你喜欢

热点阅读