Fixed table rendering being broken when there are too many records and added logs pages

This commit is contained in:
Keannu Christian Bernasol 2023-12-03 13:19:08 +08:00
parent 1c595b3b03
commit 23a743ce2b
8 changed files with 435 additions and 4 deletions

View file

@ -63,10 +63,9 @@ export default function EquipmentListPage() {
minHeight: "100%",
minWidth: "100%",
flexWrap: "wrap",
overflowY: "scroll",
}}
>
<div style={{ width: "90%" }}>
<div style={{ width: "90%", overflowY: "scroll", marginTop: "2rem" }}>
<TableContainer component={Paper}>
<Table sx={{ minWidth: "32rem" }} size="medium">
<TableHead>