diff --git a/src/video-grid/NewVideoGrid.module.css b/src/video-grid/NewVideoGrid.module.css
index 27c453f..a7179f4 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 {