diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index c917797283..22af6e002c 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -954,7 +954,7 @@ export const ChatTextArea = forwardRef( "bottom-full", "left-0", "right-0", - "z-[1000]", + "z-[10001]", "mb-2", "filter", "drop-shadow-md", diff --git a/webview-ui/src/components/chat/ContextMenu.tsx b/webview-ui/src/components/chat/ContextMenu.tsx index 86965fcb11..dddccdc658 100644 --- a/webview-ui/src/components/chat/ContextMenu.tsx +++ b/webview-ui/src/components/chat/ContextMenu.tsx @@ -268,7 +268,7 @@ const ContextMenu: React.FC = ({ border: "1px solid var(--vscode-editorGroup-border)", borderRadius: "3px", boxShadow: "0 4px 10px rgba(0, 0, 0, 0.25)", - zIndex: 1000, + zIndex: 10001, display: "flex", flexDirection: "column", maxHeight: "300px",