fix: search panel z-index

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-28 23:04:33 +08:00
parent 984d2de10c
commit b6b209edc8
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export const SearchCmdK: React.FC = () => {
"flex min-h-[50vh] flex-col bg-zinc-50/85 shadow-2xl backdrop-blur-md dark:bg-neutral-900/80 md:rounded-xl",
"border-0 border-zinc-200 dark:border-zinc-800 md:border",
"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2",
"z-10",
)}
>
<Command.Input