Data/Users: Update table height

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

View File

@ -43,4 +43,9 @@
<title>Formula 11 - Users</title>
</svelte:head>
<Table data={data.users} columns={users_columns} handler={users_handler} />
<Table
data={data.users}
columns={users_columns}
handler={users_handler}
height="h-[calc(100vh-160px)] lg:h-[calc(100vh-76px)]"
/>