diff --git a/assets/css/main.scss b/assets/css/main.scss
index 13fd693..864e80e 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -28,4 +28,13 @@
     .header-two-container .header-bg {
         display: block !important;
     } 
-}
\ No newline at end of file
+}
+
+::-webkit-scrollbar {
+    width: 6px;
+}
+  
+::-webkit-scrollbar-thumb {
+    background-color: #6c86ff80;
+    border-radius: 3px;
+}