.table-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-border-secondary) transparent;width:100%;min-width:0;max-width:100%;overflow-x:auto}.table-scroll::-webkit-scrollbar{height:.375rem}.table-scroll::-webkit-scrollbar-track{background:0 0}.table-scroll::-webkit-scrollbar-thumb{background-color:var(--color-border-secondary);border-radius:9999px}@media (width<=1099px){.table-scroll .data-table{width:max-content;min-width:100%}.table-scroll-hint{display:block}}@media (width>=1100px){.table-scroll .data-table{width:100%}.table-scroll-hint{display:none}}:is(.rounded-md.border:has(.table-scroll),.rounded-lg.border:has(.table-scroll)){min-width:0;max-width:100%}
