Browse Source

fix: scrollbar styling

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
109dbb44b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

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