Scroll bars only show when needed in Chrome now. "auto" instead of "scroll"
This commit is contained in:
@@ -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}
|
||||
<div class="overflow-scroll">
|
||||
<div class="overflow-auto">
|
||||
<table
|
||||
class="table-auto w-full table-striped table-hover"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user