From 42e4f6ce83f0be8589e325df21eedc9a83a5982d Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 3 Feb 2023 08:44:35 -0500 Subject: [PATCH] Don't allow the grid to overflow horizontally --- src/video-grid/NewVideoGrid.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video-grid/NewVideoGrid.module.css b/src/video-grid/NewVideoGrid.module.css index 27c453ff..a7179f4d 100644 --- a/src/video-grid/NewVideoGrid.module.css +++ b/src/video-grid/NewVideoGrid.module.css @@ -4,6 +4,7 @@ flex-grow: 1; padding: 0 22px; overflow-y: auto; + overflow-x: none; } .slotGrid {