mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Fixed table rendering being broken when there are too many records and added logs pages
This commit is contained in:
parent
1c595b3b03
commit
23a743ce2b
8 changed files with 435 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue