From b7ef4653f75ea30b28ec2ff635cda4ab71dc2984 Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:54:52 +0800 Subject: [PATCH] docs: update * scrollbar style (#885) --- apps/www/.vitepress/theme/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/www/.vitepress/theme/style.css b/apps/www/.vitepress/theme/style.css index 30a1819c..a6b656fd 100644 --- a/apps/www/.vitepress/theme/style.css +++ b/apps/www/.vitepress/theme/style.css @@ -88,6 +88,8 @@ * { @apply border-border; + scrollbar-width: thin; + scrollbar-color: hsl(var(--border)) transparent; } html { -webkit-text-size-adjust: 100%;