Fixed Installed Software Page Overflow Issues

This commit is contained in:
2025-09-28 04:04:19 -06:00
parent 887d6c3596
commit aee2271c4d

View File

@@ -509,7 +509,15 @@ export default function DeviceDetails({ device, onBack }) {
}} }}
/> />
</Box> </Box>
<Box sx={{ width: '100%' }}> {/* Constrain the table height within the page and enable scrolling */}
<Box
sx={{
width: '100%',
maxHeight: 'calc(100vh - 320px)',
overflow: 'auto',
pr: 1,
}}
>
<Table size="small" sx={{ width: '100%' }}> <Table size="small" sx={{ width: '100%' }}>
<TableHead> <TableHead>
<TableRow> <TableRow>