Skip to content

Commit

Permalink
Add fixed scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Nov 5, 2024
1 parent c87656c commit c82efa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/JobsBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ const JobsBase: React.FC<JobsBaseProps> = ({
rowsPerPage={rowsPerPage}
onRowsPerPageChange={handleChangeRowsPerPage}
/>
<TableContainer component={Paper} style={{ maxHeight }}>
<TableContainer component={Paper} style={{ maxHeight, overflowY: 'scroll' }}>
<Table stickyHeader>
<TableHead>
<TableRow>
Expand Down

0 comments on commit c82efa7

Please sign in to comment.