fix: z-index of highlight layer should be under mode/profile dropdowns (#2417)

This commit is contained in:
Atlas Gong 2025-04-08 15:05:04 -04:00 committed by GitHub
parent 6135d351df
commit 9f724bd360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -816,7 +816,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
"leading-vscode-editor-line-height",
"py-2",
"px-[9px]",
"z-[1000]",
"z-10",
)}
style={{
color: "transparent",