Skip to content

Commit

Permalink
Change to native type so scroll area is hidden when not used
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Oct 26, 2024
1 parent edd07c3 commit 01e3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/patients/PatientsTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const patientTableProps = {
export default function PatientsTable({ headers, data }) {
return (
<Paper withBorder className={classes.tableWrapper}>
<Table.ScrollContainer minWidth={500}>
<Table.ScrollContainer minWidth={500} type="native">
<Table
stickyHeader
highlightOnHover
Expand Down

0 comments on commit 01e3d9c

Please sign in to comment.