ソースを参照

Widen scrollbar so that it can be clicked and dragged with a mouse or trackpad

Taylor Wilsdon 2 ヶ月 前
コミット
1119b06678
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -106,7 +106,7 @@ li p {
 }
 
 ::-webkit-scrollbar {
-	height: 0.4rem;
+	height: 0.8rem;
 	width: 0.4rem;
 }