mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(chat): tweak auto scrolling on message logic to reduce scroll to bottom button showing
This commit is contained in:
parent
f540290a2c
commit
a9a2ad5487
@ -211,7 +211,7 @@ export const ChatContainer: FC<ChatContainerProps> = ({
|
||||
});
|
||||
setIsAtBottom(true);
|
||||
setShowScrollToBottomButton(false);
|
||||
}, 100);
|
||||
}, 150);
|
||||
};
|
||||
|
||||
// This is a hack to force a scroll to the very bottom of the chat messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user