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; }