shuishen
2023-01-04 a5f912a37ca3e8995a8e3ef94ac2fedca35b0881
scrollbar-style
1 files modified
5 ■■■■■ changed files
src/styles/base/index.scss 5 ●●●●● patch | view | raw | blame | history
src/styles/base/index.scss
@@ -70,13 +70,12 @@
// }
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    width: 8px;
    height: 8px;
    background-color: none;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(17, 38, 163, .5);
    padding-left: 2px;
    padding-right: 2px;