feat: make table heading sticky
This commit is contained in:
@@ -149,7 +149,7 @@ export const InterpretationLog = () => {
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table sx={{ minWidth: 650 }} aria-label="simple table">
|
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell>Dessert (100g serving)</TableCell>
|
<TableCell>Dessert (100g serving)</TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user