[Fix]: scroll bar issue in table panel (#4043)

This commit is contained in:
Rajat Dabade 2023-12-27 10:56:36 +05:30 committed by GitHub
parent 63efb2b25a
commit e3b2882811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,13 @@ export const WrapperStyled = styled.div`
& .ant-table {
flex: 1;
overflow: auto;
> .ant-table-container {
> .ant-table-content {
> table {
min-width: 99% !important;
}
}
}
}
`;