body::-webkit-scrollbar{height:0}html{scrollbar-color:#d1d5db;scrollbar-width:thin}html.dark{scrollbar-color:#737373}body{overflow:auto;scrollbar-gutter:stable}[data-theme=dark]{::-webkit-scrollbar-thumb{border:6px solid #737373}::-webkit-scrollbar-thumb:hover{background:rgb(163 163 163/.5)}}::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #d1d5db;border-radius:.75rem}::-webkit-scrollbar-thumb:hover{border-color:rgb(163 163 163/.8)}::-webkit-scrollbar{width:6px!important;height:6px!important;background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted)/1)}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted)/80)}::-webkit-scrollbar-corner{background:#f4f4f5}