Translation for chat pages

This commit is contained in:
Nicola Benaglia
2025-05-16 19:48:07 +02:00
parent 4f35730db6
commit cb336133c6
10 changed files with 120 additions and 52 deletions

View File

@@ -202,11 +202,11 @@ export const ChatList = ({
ref={parentRef}
className="List"
style={{
display: 'flex',
flexGrow: 1,
height: '0px',
overflow: 'auto',
position: 'relative',
display: 'flex',
height: '0px',
}}
>
<div
@@ -391,6 +391,7 @@ export const ChatList = ({
</div>
</div>
</div>
{showScrollButton && (
<button
onClick={() => scrollToBottom()}