fix: z-index search bar (#18685)

This commit is contained in:
Alex 2025-05-27 10:36:03 -05:00 committed by GitHub
parent fff651f8a5
commit d004c03990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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