From e2c4eae67b6bb4864f1ef6a91b15707835081d2a Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 16 Aug 2024 15:16:33 -0400 Subject: [PATCH] Make sure that the call interface can't scroll horizontally --- src/room/InCallView.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/InCallView.module.css b/src/room/InCallView.module.css index 21662ecf..32d34fb7 100644 --- a/src/room/InCallView.module.css +++ b/src/room/InCallView.module.css @@ -19,6 +19,7 @@ limitations under the License. flex-direction: column; height: 100%; width: 100%; + overflow-x: hidden; overflow-y: auto; }