mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: adjust table height
This commit is contained in:
@@ -84,7 +84,6 @@ export function TrackedDomainTable() {
|
|||||||
|
|
||||||
|
|
||||||
return <Table
|
return <Table
|
||||||
style={{height: '80vh'}}
|
|
||||||
loading={total === undefined}
|
loading={total === undefined}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
dataSource={dataTable}
|
dataSource={dataTable}
|
||||||
@@ -96,7 +95,6 @@ export function TrackedDomainTable() {
|
|||||||
fetchData({page, itemsPerPage})
|
fetchData({page, itemsPerPage})
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
scroll={{y: '60vh'}}
|
||||||
{...(sm ? {scroll: {y: 'max-content'}} : {scroll: {y: 240}})}
|
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user