diff --git a/react/features/lobby/components/web/LobbyScreen.js b/react/features/lobby/components/web/LobbyScreen.js index 089f916a4..1b7356cad 100644 --- a/react/features/lobby/components/web/LobbyScreen.js +++ b/react/features/lobby/components/web/LobbyScreen.js @@ -286,7 +286,7 @@ class LobbyScreen extends AbstractLobbyScreen { */ _scrollMessageContainerToBottom(withAnimation) { if (this._messageContainerRef.current) { - this._messageContainerRef.current.scrollToBottom(withAnimation); + this._messageContainerRef.current.scrollToElement(withAnimation); } } }