mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:05:18 -05:00
fix: z-index of top bar on show/hide people view (#21847)
Fix z-index of top bar on show/hide people view
This commit is contained in:
parent
913b3789cc
commit
cdc26f2c7b
@ -110,7 +110,7 @@
|
|||||||
<svelte:document use:shortcut={{ shortcut: { key: 'Escape' }, onShortcut: onClose }} />
|
<svelte:document use:shortcut={{ shortcut: { key: 'Escape' }, onShortcut: onClose }} />
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="fixed top-0 flex h-16 w-full items-center justify-between border-b bg-white p-1 dark:border-immich-dark-gray dark:bg-black dark:text-immich-dark-fg md:p-8"
|
class="fixed top-0 z-1 flex h-16 w-full items-center justify-between border-b bg-white p-1 dark:border-immich-dark-gray dark:bg-black dark:text-immich-dark-fg md:p-8"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user