mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): use fixed position for download and upload panel (#11279)
This commit is contained in:
parent
b53bd8c525
commit
950cd5d996
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue