diff --git a/public/js/VideoGrid.js b/public/js/VideoGrid.js index 01f04eeb..27d5011f 100644 --- a/public/js/VideoGrid.js +++ b/public/js/VideoGrid.js @@ -164,7 +164,7 @@ function resizeMainButtons() { // #################################################### function resizeChatRoom() { - if (DetectRTC.isMobileDevice || !rc.isChatOpen) return; + if (DetectRTC.isMobileDevice || !rc.isChatOpen || rc.isChatPinned) return; const windowWidth = window.innerWidth; const windowHeight = window.innerHeight;