Scroll bars only show when needed in Chrome now. "auto" instead of "scroll"
This commit is contained in:
@@ -92,7 +92,7 @@ onMount(() => {
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
|
{#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">
|
<table class="table-auto w-full">
|
||||||
|
|
||||||
{#if display_mode === 'default'}
|
{#if display_mode === 'default'}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ let lq_kv__person_obj_li = liveQuery(
|
|||||||
|
|
||||||
|
|
||||||
{#if person_id_random_li && $lq_kv__person_obj_li && $lq_kv__person_obj_li?.length > 0}
|
{#if person_id_random_li && $lq_kv__person_obj_li && $lq_kv__person_obj_li?.length > 0}
|
||||||
<div class="overflow-scroll">
|
<div class="overflow-auto">
|
||||||
<table
|
<table
|
||||||
class="table-auto w-full table-striped table-hover"
|
class="table-auto w-full table-striped table-hover"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ let lq_kv__event_file_obj_li = liveQuery(
|
|||||||
|
|
||||||
|
|
||||||
{#if event_file_id_random_li && $lq_kv__event_file_obj_li && $lq_kv__event_file_obj_li?.length > 0 && $lq_kv__event_file_obj_li?.length == event_file_id_random_li?.length}
|
{#if event_file_id_random_li && $lq_kv__event_file_obj_li && $lq_kv__event_file_obj_li?.length > 0 && $lq_kv__event_file_obj_li?.length == event_file_id_random_li?.length}
|
||||||
<div class="overflow-scroll">
|
<div class="overflow-auto">
|
||||||
<table
|
<table
|
||||||
class="table-auto w-full table-striped table-hover"
|
class="table-auto w-full table-striped table-hover"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ let lq_kv__event_presenter_obj_li = liveQuery(
|
|||||||
|
|
||||||
|
|
||||||
{#if event_presenter_id_random_li && $lq_kv__event_presenter_obj_li && $lq_kv__event_presenter_obj_li?.length > 0}
|
{#if event_presenter_id_random_li && $lq_kv__event_presenter_obj_li && $lq_kv__event_presenter_obj_li?.length > 0}
|
||||||
<div class="overflow-scroll">
|
<div class="overflow-auto">
|
||||||
<table
|
<table
|
||||||
class="table-auto w-full table-striped table-hover"
|
class="table-auto w-full table-striped table-hover"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user