html,body,#root{margin:0;padding:0;min-height:100vh}body{background:#fff;transition:background-color .2s ease}html[data-theme=dark] body{background:#1a1a1a}a{color:var(--link-color, #1677ff);text-decoration:none}a:hover,a:active,a:visited{color:var(--link-color, #1677ff)}.ant-table-body{overflow-x:scroll!important;scrollbar-width:thin}.ant-table-body::-webkit-scrollbar{height:8px;display:block}.ant-table-body::-webkit-scrollbar-track{background:transparent}.ant-table-body::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}html[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb{background:#fff3}
