More work on scrolling.
This commit is contained in:
@@ -123,8 +123,10 @@ $effect(() => {
|
||||
|
||||
|
||||
<section
|
||||
|
||||
class="ae_comp event_presenter_obj_tbl {container_class_li}"
|
||||
class:border-r-2={horiz_scroll_warning}
|
||||
class:border-dashed={horiz_scroll_warning}
|
||||
class:border-warning-900-100={horiz_scroll_warning}
|
||||
class="ae_comp event_presenter_obj_tbl {container_class_li} container overflow-auto max-w-screen"
|
||||
>
|
||||
|
||||
{#if $lq__event_presenter_obj_li && $lq__event_presenter_obj_li?.length}
|
||||
@@ -132,13 +134,10 @@ $effect(() => {
|
||||
<div
|
||||
bind:this={horiz_check_element}
|
||||
id="tbl_container"
|
||||
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}
|
||||
class="space-y-2 pb-8"
|
||||
>
|
||||
<header
|
||||
class="flex flex-row gap-1 items-center justify-between"
|
||||
class="flex flex-row flex-wrap gap-1 items-center justify-between"
|
||||
>
|
||||
<h2 class="h3">
|
||||
<span class="text-base">
|
||||
@@ -157,7 +156,7 @@ $effect(() => {
|
||||
</h2>
|
||||
|
||||
<div
|
||||
class="flex flex-row gap-1 items-center justify-end"
|
||||
class="flex flex-row flex-wrap gap-1 items-center justify-end"
|
||||
class:hidden={!$ae_loc.edit_mode}
|
||||
>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user