This is not working...
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<!-- h-full w-full overflow-auto -->
|
||||
<body data-sveltekit-preload-data="hover" class="h-full w-full max-h-vh-screen max-w-vw-screen">
|
||||
<body data-sveltekit-preload-data="hover" class="p-0 pb-0 m-0 h-full w-full max-h-screen max-w-screen overflow-clip">
|
||||
|
||||
<div style="display: contents" class="">
|
||||
<div style="display: contents" class="p-0 pb-0 m-0 h-full w-full max-h-screen max-w-screen overflow-clip">
|
||||
%sveltekit.body%
|
||||
</div>
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ if (browser) {
|
||||
class:iframe={$ae_loc?.iframe}
|
||||
class="
|
||||
ae_events_pres_mgmt_event
|
||||
md:container
|
||||
|
||||
flex flex-col gap-1
|
||||
items-center
|
||||
justify-start
|
||||
@@ -211,7 +211,7 @@ if (browser) {
|
||||
py-1 px-2 pb-16
|
||||
h-full
|
||||
min-w-full
|
||||
max-w-max
|
||||
max-w-full
|
||||
"
|
||||
>
|
||||
<!-- OLD: App Bar -->
|
||||
|
||||
@@ -403,7 +403,7 @@ py-1 px-2 pb-16
|
||||
items-center
|
||||
min-w-full
|
||||
max-w-max -->
|
||||
<section
|
||||
<!-- <section
|
||||
class="
|
||||
ae_events_pres_mgmt_event
|
||||
md:container
|
||||
@@ -416,7 +416,7 @@ max-w-max -->
|
||||
min-w-full
|
||||
max-w-max
|
||||
"
|
||||
>
|
||||
> -->
|
||||
<!-- lg:bg-green-100
|
||||
xl:bg-green-200 -->
|
||||
|
||||
@@ -691,7 +691,7 @@ max-w-max -->
|
||||
|
||||
{/if}
|
||||
|
||||
</section>
|
||||
<!-- </section> -->
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
|
||||
@@ -124,7 +124,7 @@ $effect(() => {
|
||||
|
||||
<section
|
||||
|
||||
class="ae_comp event_presenter_obj_tbl container {container_class_li}"
|
||||
class="ae_comp event_presenter_obj_tbl {container_class_li}"
|
||||
>
|
||||
|
||||
{#if $lq__event_presenter_obj_li && $lq__event_presenter_obj_li?.length}
|
||||
@@ -132,7 +132,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}
|
||||
|
||||
@@ -535,7 +535,7 @@ async function handle_qry__event_session(
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<section
|
||||
<!-- <section
|
||||
class="
|
||||
ae_events_pres_mgmt_event
|
||||
flex flex-col gap-1
|
||||
@@ -547,7 +547,7 @@ async function handle_qry__event_session(
|
||||
min-w-full
|
||||
max-w-max
|
||||
"
|
||||
>
|
||||
> -->
|
||||
<!-- lg:bg-green-100
|
||||
xl:bg-green-200 -->
|
||||
|
||||
@@ -1358,7 +1358,7 @@ async function handle_qry__event_session(
|
||||
|
||||
{/if}
|
||||
|
||||
</section>
|
||||
<!-- </section> -->
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -52,14 +52,14 @@ $effect(() => {
|
||||
</script>
|
||||
|
||||
|
||||
<section class="ae_comp event_session_obj_tbl container {container_class_li}">
|
||||
<section class="ae_comp event_session_obj_tbl {container_class_li}">
|
||||
|
||||
{#if $lq__event_session_obj_li && $lq__event_session_obj_li?.length}
|
||||
|
||||
<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}
|
||||
|
||||
Reference in New Issue
Block a user