1
shuishen
2023-01-04 1485f5daeb46a3cc4bbf9abbb2a2a8cab44e2b2c
1
1 files modified
6 ■■■■ changed files
src/styles/base/index.scss 6 ●●●● patch | view | raw | blame | history
src/styles/base/index.scss
@@ -2,6 +2,9 @@
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: rgba(17, 38, 163, .5) hsla(0, 0%, 84.7%, .2);
    scrollbar-width: thin;
}
html,
@@ -12,9 +15,6 @@
    overflow-x: hidden;
    overflow-y: auto;
    background: $bg-one-color;
    scrollbar-color: rgba(17, 38, 163, .5) hsla(0, 0%, 84.7%, .2);
    scrollbar-width: thin;
    // scrollbar-width: none;
    // -ms-overflow-style: none;