diff --git a/res/index/style.css b/res/index/style.css
index 888c92d..07a0416 100644
--- a/res/index/style.css
+++ b/res/index/style.css
@@ -39,6 +39,11 @@ body
     background-color: #888;
 }
 
+::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track
+{
+    border-radius: 5vh 5vh;
+}
+
 ::-webkit-scrollbar-thumb:hover
 {
     background-color: #555;