mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix(web): download panel being hidden by admin sidebar (#24583)
This commit is contained in:
parent
33cdea88aa
commit
8f7a71d1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
{#if downloadManager.isDownloading}
|
{#if downloadManager.isDownloading}
|
||||||
<div
|
<div
|
||||||
transition:fly={{ x: -100, duration: 350 }}
|
transition:fly={{ x: -100, duration: 350 }}
|
||||||
class="fixed bottom-10 start-2 max-h-67.5 w-79 rounded-2xl border dark:border-white/10 p-4 shadow-lg bg-subtle"
|
class="fixed bottom-10 start-2 max-h-67.5 w-79 z-60 rounded-2xl border dark:border-white/10 p-4 shadow-lg bg-subtle"
|
||||||
>
|
>
|
||||||
<Heading size="tiny">{$t('downloading')}</Heading>
|
<Heading size="tiny">{$t('downloading')}</Heading>
|
||||||
<div class="my-2 mb-2 flex max-h-50 flex-col overflow-y-auto text-sm">
|
<div class="my-2 mb-2 flex max-h-50 flex-col overflow-y-auto text-sm">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue