mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: z-index search bar (#18685)
This commit is contained in:
parent
fff651f8a5
commit
d004c03990
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue