We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3904af commit 109a177Copy full SHA for 109a177
1 file changed
src/components/Chat/ChatArea.tsx
@@ -67,7 +67,7 @@ export const ChatArea = ({
67
? {
68
overflow: "auto",
69
minHeight: 0,
70
- paddingRight: "0.25rem",
+ padding: "2px 0",
71
}
72
: undefined
73
0 commit comments