Trying to fix scrolling of the table.

This commit is contained in:
Scott Idem
2024-06-28 23:24:29 -04:00
parent acaff7634d
commit 9de9d31101
3 changed files with 12 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ onMount(() => {
</h3>
{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
<div class="overflow-scroll w-full">
<table class="table-auto w-full">
<thead>
<tr>
@@ -333,6 +333,7 @@ onMount(() => {
</tbody>
</table>
</div>
{:else}