*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}.sticky-card{--sticky-gap:20px;overflow:clip}.sticky-card>.ant-card-head{top:var(--sticky-gap);z-index:4;background:var(--ant-color-bg-container,#fff);border-radius:0;position:sticky}.sticky-card>.ant-card-head:before{content:"";left:0;right:0;top:calc(-1 * var(--sticky-gap));height:var(--sticky-gap);background:inherit;display:block;position:absolute}.sticky-card>.ant-card-body>.ant-table-wrapper .ant-table-thead>tr>th{top:calc(var(--sticky-gap) + var(--sticky-head-h,0px));z-index:3;position:sticky}
