Browse Source

fix: scrollbar styling

Timothy J. Baek 1 year ago
parent
commit
109dbb44b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -37,7 +37,7 @@ math {
 }
 }
 
 
 ::-webkit-scrollbar {
 ::-webkit-scrollbar {
-	height: 0.35rem;
+	height: 0.45rem;
 	width: 0.35rem;
 	width: 0.35rem;
 }
 }