Season/Teams: Update table height

This commit is contained in:
2025-03-25 19:31:20 +01:00
parent 0e0203c4f7
commit 756004476d

View File

@ -52,5 +52,10 @@
</Button>
</div>
{#await data.teams then teams}
<Table data={teams} columns={teams_columns} handler={team_handler} />
<Table
data={teams}
columns={teams_columns}
handler={team_handler}
height="h-[calc(100vh-260px)] lg:h-[calc(100vh-180px)]"
/>
{/await}