From 5fe2dc619a8a15fe0db2dd6beccd48ec6669904a Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 21 Oct 2025 09:33:11 +0800 Subject: [PATCH] feat: show scrollbar --- src/index.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/index.css b/src/index.css index cba0c62..e504724 100644 --- a/src/index.css +++ b/src/index.css @@ -33,16 +33,6 @@ user-select: none; } - /* hide scrollbar */ - html, body { - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE 和 Edge */ - } - html::-webkit-scrollbar, - body::-webkit-scrollbar { - display: none; /* Chrome、Safari、Edge */ - } - .clickable { cursor: pointer; transition: background-color 0.2s ease;