Browse Source

feat: scrollbar width change

DDMeaqua 1 year ago
parent
commit
32d05c9855
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/styles/globals.scss

+ 1 - 1
app/styles/globals.scss

@@ -118,7 +118,7 @@ body {
 }
 
 ::-webkit-scrollbar {
-  --bar-width: 5px;
+  --bar-width: 10px;
   width: var(--bar-width);
   height: var(--bar-width);
 }