Explorar el Código

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

Sat Naing hace 1 año
padre
commit
611c186be0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;