mirror of
https://github.com/immich-app/immich
synced 2025-06-06 01:53:45 +00:00
fix: z-index search bar (#18685)
This commit is contained in:
parent
fff651f8a5
commit
d004c03990
@ -214,7 +214,7 @@
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="w-full relative z-2" use:focusOutside={{ onFocusOut }} tabindex="-1">
|
<div class="w-full relative z-auto" use:focusOutside={{ onFocusOut }} tabindex="-1">
|
||||||
<form
|
<form
|
||||||
draggable="false"
|
draggable="false"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user