Przeglądaj źródła

fix(style): update global scrollbar style (#82)

Sat Naing 1 rok temu
rodzic
commit
611c186be0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/index.css

+ 2 - 0
src/index.css

@@ -131,6 +131,8 @@
 @layer base {
   * {
     @apply border-border;
+    scrollbar-width: thin;
+    scrollbar-color: hsl(var(--border)) transparent;
   }
   html {
     @apply overflow-x-hidden;