Przeglądaj źródła

feat: scrollbar width change

DDMeaqua 1 rok temu
rodzic
commit
32d05c9855
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 }