Data/Raceresults: Update table height

This commit is contained in:
2025-03-25 19:30:43 +01:00
parent bc158b6060
commit f3eb710403

View File

@ -97,5 +97,10 @@
</Button>
</div>
{#await data.raceresults then results}
<Table data={results} columns={results_columns} handler={result_handler} />
<Table
data={results}
columns={results_columns}
handler={result_handler}
height="h-[calc(100vh-210px)] lg:h-[calc(100vh-126px)]"
/>
{/await}