Added: vertical and horizontal overflows

This commit is contained in:
Llewellyn D'souza
2022-03-08 16:51:31 +05:30
parent 913c1dbcf2
commit e75e270cdf

View File

@@ -241,7 +241,15 @@ function WidgetLabel() {
</MDButton>
</Grid>
</Grid>
<Box sx={{ marginTop: '24px', backgroundColor: '#FFFFFF' }}>
<Box
sx={{
marginTop: '24px',
backgroundColor: '#FFFFFF',
overflowX: 'auto',
overflowY: 'auto',
height: '60vh'
}}
>
<BasicTable
headCells={headCells}
records={allProductData}