rendering scroll bar below the table instead of on top of the last row
This commit is contained in:
parent
06d7ff4d4a
commit
50103d5a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ export default function ResponsiveTable<T extends Object>(props: Props<T>) {
|
||||||
</Grid2>
|
</Grid2>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
<TableContainer sx={{ overflowX: "auto" }}>
|
<TableContainer sx={{ overflowX: "auto", paddingBottom: 1 }}>
|
||||||
<Table>
|
<Table>
|
||||||
<TableHead className={stickyHeader ? classes.stickyHeader : undefined}>
|
<TableHead className={stickyHeader ? classes.stickyHeader : undefined}>
|
||||||
{customElement &&
|
{customElement &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue