Season/Drivers: Update table height
This commit is contained in:
@ -61,5 +61,10 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{#await data.drivers then drivers}
|
{#await data.drivers then drivers}
|
||||||
<Table data={drivers} columns={drivers_columns} handler={driver_handler} />
|
<Table
|
||||||
|
data={drivers}
|
||||||
|
columns={drivers_columns}
|
||||||
|
handler={driver_handler}
|
||||||
|
height="h-[calc(100vh-260px)] lg:h-[calc(100vh-180px)]"
|
||||||
|
/>
|
||||||
{/await}
|
{/await}
|
||||||
|
Reference in New Issue
Block a user