mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 18:10:48 +09:00
fix(web): use fixed position for download and upload panel (#11279)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user