Minor ui update

pull/228/head
artemkolodko 2 years ago
parent 7074c8a6e5
commit be30e9d8d0
  1. 2
      src/pages/TopStatsPage/CommonTopTable.tsx

@ -106,7 +106,7 @@ export const TopTable = (props: TopTableProps) => {
return <TableContainer
border={{ size: '1px' }}
round={'8px'}
// overflow={'hidden'}
overflow={'hidden'}
margin={{ bottom: '16px' }}
style={{ opacity: props.isLoading ? 0.5 : 1 }}
background={'background'}

Loading…
Cancel
Save