mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
fix: more z-index issue (#18598)
* fix: search suggestion * fix: play icon lay on top of the search bar
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
]}
|
||||
/>
|
||||
|
||||
<div class="w-full relative" use:focusOutside={{ onFocusOut }} tabindex="-1">
|
||||
<div class="w-full relative z-2" use:focusOutside={{ onFocusOut }} tabindex="-1">
|
||||
<form
|
||||
draggable="false"
|
||||
autocomplete="off"
|
||||
|
||||
Reference in New Issue
Block a user