Skip to content

Commit 06f7b7f

Browse files
committed
fix z-index
1 parent be27ca3 commit 06f7b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
780780
"leading-vscode-editor-line-height",
781781
"py-2",
782782
"px-[9px]",
783-
"z-[1]",
783+
"z-[1000]",
784784
)}
785785
style={{
786786
color: "transparent",

0 commit comments

Comments
 (0)