rendering scroll bar below the table instead of on top of the last row

This commit is contained in:
Carter 2026-03-13 15:37:36 -06:00
parent 06d7ff4d4a
commit 50103d5a0c

View file

@ -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 &&