Ver código fonte

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

Sat Naing 1 ano atrás
pai
commit
611c186be0
1 arquivos alterados com 2 adições e 0 exclusões
  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;