html,body{overscroll-behavior:none}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--colors-surface-high);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--colors-surface-high)}*{scrollbar-width:thin;scrollbar-color:var(--colors-divider) var(--colors-surface-high)}::-webkit-scrollbar:horizontal{height:12px}::-webkit-scrollbar:vertical{width:12px}.table-scroll-container::-webkit-scrollbar{height:6px}.table-scroll-container::-webkit-scrollbar-track{background:0 0}.table-scroll-container::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.table-scroll-container:hover::-webkit-scrollbar-thumb{background:var(--colors-divider)}.table-scroll-container:hover::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary)}.table-scroll-container{scrollbar-width:none}.table-scroll-container:hover{scrollbar-width:thin;scrollbar-color:var(--colors-divider) transparent}