From 1485f5daeb46a3cc4bbf9abbb2a2a8cab44e2b2c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 04 Jan 2023 16:36:54 +0800
Subject: [PATCH] 1

---
 src/styles/base/index.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index d226fb0..3387493 100644
--- a/src/styles/base/index.scss
+++ b/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;

--
Gitblit v1.9.3