.table-scroll-overlay{max-height:575px;width:100%;box-sizing:border-box;overflow-y:scroll;position:relative}.table-scroll-overlay::-webkit-scrollbar{right:0;top:0;height:100%;z-index:2}@supports not (scrollbar-gutter:stable overlay){.table-scroll-overlay{scrollbar-gutter:auto}}@supports not (overflow-y:overlay){.table-scroll-overlay{overflow-y:auto}}.table-scroll-overlay::-webkit-scrollbar{width:12px;background:transparent;position:absolute;z-index:1}.table-scroll-overlay::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:6px}