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>
|
||||
</Box>
|
||||
)}
|
||||
<TableContainer sx={{ overflowX: "auto" }}>
|
||||
<TableContainer sx={{ overflowX: "auto", paddingBottom: 1 }}>
|
||||
<Table>
|
||||
<TableHead className={stickyHeader ? classes.stickyHeader : undefined}>
|
||||
{customElement &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue