chore: scroll is made auto (#1044)

This commit is contained in:
palash-signoz 2022-05-03 23:04:16 +05:30 committed by GitHub
parent 6a6fd44719
commit b58f45c268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,5 @@ export const Button = styled(ButtonComponent)`
} }
`; `;
export const TableContainerCard = styled(Card)` export const TableContainerCard = styled(Card)`
overflow-x: scroll; overflow-x: auto;
`; `;