Sfoglia il codice sorgente

feat: scrollbar width change

DDMeaqua 1 anno fa
parent
commit
32d05c9855
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
 }