Trying to fix scrolling of the table.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user