Skip to content

Commit 109a177

Browse files
committed
prevent cutted bubble borders
1 parent e3904af commit 109a177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Chat/ChatArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const ChatArea = ({
6767
? {
6868
overflow: "auto",
6969
minHeight: 0,
70-
paddingRight: "0.25rem",
70+
padding: "2px 0",
7171
}
7272
: undefined
7373
}

0 commit comments

Comments
 (0)