2
0
Эх сурвалжийг харах

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

Atlas Gong 1 жил өмнө
parent
commit
9f724bd360

+ 1 - 1
webview-ui/src/components/chat/ChatTextArea.tsx

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