Scroll bars only show when needed in Chrome now. "auto" instead of "scroll"

This commit is contained in:
Scott Idem
2024-07-24 15:05:25 -04:00
parent 027d7a781d
commit 98849427d9
4 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ onMount(() => {
</h3>
{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
<div class="overflow-scroll w-full">
<div class="overflow-auto w-full">
<table class="table-auto w-full">
{#if display_mode === 'default'}