diff --git a/client/ui/chat/ChatFragment.jsx b/client/ui/chat/ChatFragment.jsx index 2dd7fd6..fc704e7 100644 --- a/client/ui/chat/ChatFragment.jsx +++ b/client/ui/chat/ChatFragment.jsx @@ -47,7 +47,9 @@ export default function ChatFragment({ ...props } = {}) { paddingTop: '0.1rem', height: '4rem', position: 'sticky', - bottom: '0', + bottom: '2px', + marginLeft: '5px', + marginRight: '4px', backgroundColor: 'rgb(var(--mdui-color-background))', }}> - + ) }