Browse Source

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

Sat Naing 1 năm trước cách đây
mục cha
commit
611c186be0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;