From 6e651b161f2a85b0f73eaac761cf0b55fc430d90 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sat, 14 Oct 2023 12:33:00 +0800 Subject: [PATCH] chore: add color to scrollbar thumb --- theme/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/style.css b/theme/style.css index d9b5952a..ea8bc6e3 100644 --- a/theme/style.css +++ b/theme/style.css @@ -65,6 +65,10 @@ width: 5px; height: 5px; } +::-webkit-scrollbar-thumb { + background: #99ccff; + border-radius: 3px; +} /* 表格靠左对齐 */ table {