shuishen
2022-10-17 dbdfe060aba9423c28c30e28e3291b05d99ae9fa
src/styles/base/index.scss
@@ -2,6 +2,8 @@
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: rgba(7, 22, 37, 0.8) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-width: thin;
}
html,
@@ -39,7 +41,7 @@
}
::-webkit-scrollbar-track {
    background-color: #fff;
    background-color: hsla(0, 0%, 84.7%, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {