mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
Translation for chat pages
This commit is contained in:
@@ -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()}
|
||||
|
Reference in New Issue
Block a user