fix(web): use fixed position for download and upload panel (#11279)

This commit is contained in:
Michel Heusschen 2024-07-22 14:40:43 +02:00 committed by GitHub
parent b53bd8c525
commit 950cd5d996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
}
uploadAssetsStore.resetStore();
}}
class="absolute bottom-6 right-6 z-[10000]"
class="fixed bottom-6 right-6 z-[10000]"
>
{#if showDetail}
<div