Fix scroll with overflow-auto
This commit is contained in:
@@ -92,7 +92,19 @@ onMount(() => {
|
|||||||
|
|
||||||
|
|
||||||
<section
|
<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">
|
<div class="border border-gray-200 p-2 rounded-lg">
|
||||||
|
|||||||
@@ -118,7 +118,19 @@ onMount(() => {
|
|||||||
|
|
||||||
|
|
||||||
<section
|
<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">
|
<div class="border border-gray-200 p-2 rounded-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user