diff --git a/core/css/styles.scss b/core/css/styles.scss
index 5cad35d7784071e42c3d0ff3bded9cc60db32f4a..aca0cde23b8040fd1b78a0f7120a0b458d7e549f 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -23,6 +23,8 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
 	font-family: inherit;
 	vertical-align: baseline;
 	cursor: default;
+	scrollbar-color: var(--color-border-dark) transparent;
+	scrollbar-width: thin;
 }
 
 html, body {
@@ -146,7 +148,7 @@ body {
 /* SCROLLING */
 
 ::-webkit-scrollbar {
-	width: 9px;
+	width: 6px;
 	height: 5px;
 }
 
@@ -155,10 +157,11 @@ body {
 }
 
 ::-webkit-scrollbar-thumb {
-	background: var(--color-background-darker);
+	background: var(--color-border-dark);
 	border-radius: var(--border-radius);
 }
 
+
 /* SELECTION */
 
 ::selection {