This is not working...

This commit is contained in:
Scott Idem
2025-09-18 09:20:44 -04:00
parent 46a89c36fe
commit 64f6b290ad
7 changed files with 16 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ $effect(() => {
</script>
<section class="ae_comp event_file_obj_tbl container {container_class_li}">
<section class="ae_comp event_file_obj_tbl {container_class_li}">
{#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}
@@ -85,7 +85,7 @@ $effect(() => {
<div
bind:this={horiz_check_element}
id="tbl_container"
class="overflow-auto space-y-2"
class="space-y-2 pb-48"
class:border-r-2={horiz_scroll_warning}
class:border-dashed={horiz_scroll_warning}
class:border-warning-900-100={horiz_scroll_warning}