mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
fix(web): upload info panel covers timeline navigation bar (#14651)
This commit is contained in:
parent
39732f3371
commit
bccf2f60b2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
uploadAssetsStore.reset();
|
uploadAssetsStore.reset();
|
||||||
}}
|
}}
|
||||||
class="fixed bottom-6 right-6 z-[10000]"
|
class="fixed bottom-6 right-16 z-[10000]"
|
||||||
>
|
>
|
||||||
{#if showDetail}
|
{#if showDetail}
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Add table
Reference in a new issue