diff --git a/src/video-grid/NewVideoGrid.module.css b/src/video-grid/NewVideoGrid.module.css index a7179f4d..7d0a8964 100644 --- a/src/video-grid/NewVideoGrid.module.css +++ b/src/video-grid/NewVideoGrid.module.css @@ -4,7 +4,7 @@ flex-grow: 1; padding: 0 22px; overflow-y: auto; - overflow-x: none; + overflow-x: hidden; } .slotGrid {