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
|
||||
style={{height: '80vh'}}
|
||||
loading={total === undefined}
|
||||
columns={columns}
|
||||
dataSource={dataTable}
|
||||
@@ -96,7 +95,6 @@ export function TrackedDomainTable() {
|
||||
fetchData({page, itemsPerPage})
|
||||
}
|
||||
}}
|
||||
|
||||
{...(sm ? {scroll: {y: 'max-content'}} : {scroll: {y: 240}})}
|
||||
scroll={{y: '60vh'}}
|
||||
/>
|
||||
}
|
||||
Reference in New Issue
Block a user