mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): prevent upload status panel from overlapping album action bar (#29044)
This commit is contained in:
parent
5a3be158b9
commit
46631b3786
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
uploadAssetsStore.reset();
|
||||
}}
|
||||
class="fixed inset-e-16 bottom-6"
|
||||
class="fixed inset-e-16 bottom-6 z-60"
|
||||
>
|
||||
{#if showDetail}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue