Selaa lähdekoodia

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

Taylor Wilsdon 1 kuukausi sitten
vanhempi
commit
1119b06678
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 }