mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: z-index war in the asset viewer (#18091)
This commit is contained in:
parent
cb6c541ae1
commit
89551edee5
7 changed files with 47 additions and 49 deletions
|
|
@ -44,7 +44,7 @@
|
|||
</ModalBody>
|
||||
|
||||
<ModalFooter>
|
||||
<div class="flex gap-3 w-full">
|
||||
<div class="flex gap-3 w-full my-3">
|
||||
{#if !hideCancelButton}
|
||||
<Button shape="round" color={cancelColor} fullWidth onclick={() => onClose(false)}>
|
||||
{cancelText}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue