Fix scroll with overflow-auto

This commit is contained in:
Scott Idem
2025-06-26 12:32:24 -04:00
parent b34f4bb3ce
commit ce59a848d6
2 changed files with 26 additions and 2 deletions

View File

@@ -92,7 +92,19 @@ onMount(() => {
<section
class="ae__hosted_files__av_util container space-y-4 pb-20"
class="
ae__hosted_files__av_util
space-y-4
flex flex-col gap-1
items-center
justify-start
py-1 px-2 pb-16
h-full
max-h-full
min-w-full
max-w-6xl
overflow-auto
"
>
<div class="border border-gray-200 p-2 rounded-lg">

View File

@@ -118,7 +118,19 @@ onMount(() => {
<section
class="ae__hosted_files__av_util container space-y-4 pb-20"
class="
ae__hosted_files__av_util
space-y-4
flex flex-col gap-1
items-center
justify-start
py-1 px-2 pb-16
h-full
max-h-full
min-w-full
max-w-6xl
overflow-auto
"
>
<div class="border border-gray-200 p-2 rounded-lg">