Skip to content

Commit 5f0047b

Browse files
mention bg fix
1 parent 5e559fa commit 5f0047b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,11 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
804804
ref={highlightLayerRef}
805805
style={{
806806
position: "absolute",
807-
inset: 0,
808-
pointerEvents: "none",
807+
// inset: 0,
808+
insetBlockStart: 7,
809+
// insetBlockEnd: 7,
810+
// insetInlineStart: 7,
811+
// insetInlineEnd: 9, pointerEvents: "none",
809812
whiteSpace: "pre-wrap",
810813
wordWrap: "break-word",
811814
color: "transparent",

0 commit comments

Comments
 (0)