We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6821f34 commit 1f4fe91Copy full SHA for 1f4fe91
src/extension/ui/src/components/tile/Modal.tsx
@@ -275,8 +275,11 @@ const ConfigurationModal = ({
275
{!catalogItem?.tools?.length && (
276
<Typography>No tools available for this item.</Typography>
277
)}
278
- <TableContainer component={Paper}>
279
- <Table>
+ <TableContainer
+ component={Paper}
280
+ sx={{ height: 'calc(80vh - 200px)' }}
281
+ >
282
+ <Table stickyHeader>
283
<TableHead>
284
<TableRow>
285
<TableCell>Name</TableCell>
0 commit comments