feat: chat panel header add zindex config

This commit is contained in:
butterfly 2024-04-22 11:31:53 +08:00
parent 4400392c0c
commit f7074bba8c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default function ChatHeader(props: ChatHeaderProps) {
return (
<div
className={`absolute w-[100%] backdrop-blur-[30px] z-10 flex flex-0 justify-between items-center px-6 py-4 gap-chat-header-gap border-b-[1px] border-gray-200 ${containerClassName}`}
className={`absolute w-[100%] backdrop-blur-[30px] z-20 flex flex-0 justify-between items-center px-6 py-4 gap-chat-header-gap border-b-[1px] border-gray-200 ${containerClassName}`}
data-tauri-drag-region
>
<div