From 39d91d2b2042e86a45c8b56b53f35d4a8b53b365 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 03 Dec 2024 13:09:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

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

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 5027faf..d390aaf 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -24,6 +24,7 @@
 #app {
   width: 100%;
   height: 100%;
+  overflow: hidden;
 }
 
 ::-webkit-scrollbar {
@@ -33,12 +34,12 @@
 }
 
 ::-webkit-scrollbar-thumb {
-  background-color: #BFBFBF;
+  background: #4acfff;
   border-radius: 3px;
 }
 
 ::-webkit-scrollbar-track {
-  background-color: rgb(255, 255, 255);
+  background: #1d486e;
 }
 
 .content-center {

--
Gitblit v1.9.3