mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
add z-index to #account-info-panel
This commit is contained in:
parent
5fc82dfaa2
commit
342c3254cb
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
||||||
in:fade={{ duration: 100 }}
|
in:fade={{ duration: 100 }}
|
||||||
out:fade={{ duration: 100 }}
|
out:fade={{ duration: 100 }}
|
||||||
id="account-info-panel"
|
id="account-info-panel"
|
||||||
class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center"
|
class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center z-[100]"
|
||||||
use:clickOutside
|
use:clickOutside
|
||||||
on:out-click={() => (shouldShowAccountInfoPanel = false)}
|
on:out-click={() => (shouldShowAccountInfoPanel = false)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue