From 9f724bd36088801a2e3eeffb0975d51c2121f8e7 Mon Sep 17 00:00:00 2001 From: Atlas Gong <68199735+atlasgong@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:05:04 -0400 Subject: [PATCH] fix: z-index of highlight layer should be under mode/profile dropdowns (#2417) --- webview-ui/src/components/chat/ChatTextArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 2c9c2fbc83..5bba153e18 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -816,7 +816,7 @@ const ChatTextArea = forwardRef( "leading-vscode-editor-line-height", "py-2", "px-[9px]", - "z-[1000]", + "z-10", )} style={{ color: "transparent",