瀏覽代碼

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

Sat Naing 1 年之前
父節點
當前提交
611c186be0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;