sms scrolling now

This commit is contained in:
user
2026-03-01 18:49:57 +02:00
parent 5d66dbceb7
commit d000ccfeca

View File

@@ -145,6 +145,7 @@
No SMS records yet. No SMS records yet.
</div> </div>
{:else} {:else}
<div class="max-h-[65vh] overflow-auto rounded-md border">
<Table.Root> <Table.Root>
<Table.Header> <Table.Header>
<Table.Row> <Table.Row>
@@ -171,6 +172,7 @@
{/each} {/each}
</Table.Body> </Table.Body>
</Table.Root> </Table.Root>
</div>
{/if} {/if}
</Card.Content> </Card.Content>
</Card.Root> </Card.Root>