mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 22:21:58 -06:00
Fixed Installed Software Page Overflow Issues
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user