From dbdfe060aba9423c28c30e28e3291b05d99ae9fa Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 17 Oct 2022 15:21:18 +0800
Subject: [PATCH] 火狐滚动条,警力资源+视频资源搜索
---
src/styles/base/index.scss | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index d094682..3e461be 100644
--- a/src/styles/base/index.scss
+++ b/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 {
--
Gitblit v1.9.3