From ee28cbe1d57c06036cb105d21e572a5d4447cdca Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 6 Apr 2024 07:38:52 +0900 Subject: [PATCH] fix --- static/css/style.css | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7e2497ee..1e2d4a22 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1131,23 +1131,4 @@ li.commit { color: #fff; } -::-webkit-scrollbar { - width: 10px; - height: 10px; - display: none; -} -::-webkit-scrollbar-button:start:decrement, -::-webkit-scrollbar-button:end:increment { - height: 30px; - background-color: transparent; -} -::-webkit-scrollbar-track-piece { - background-color: #3b3b3b; - -webkit-border-radius: 16px; -} -::-webkit-scrollbar-thumb:vertical { - height: 50px; - background-color: #666; - border: 1px solid #eee; - -webkit-border-radius: 6px; -} +