fix: more z-index issue (#18598)

* fix: search suggestion

* fix: play icon lay on top of the search bar
This commit is contained in:
Alex
2025-05-25 14:31:24 -05:00
committed by GitHub
parent 911c877e72
commit 4743a085f1
4 changed files with 35 additions and 35 deletions

View File

@@ -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"