From 1e858f6ba3037d69f03bb8e31316e0073e87cf98 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 3 Feb 2023 16:27:49 -0500 Subject: [PATCH] Fix a typo --- src/video-grid/NewVideoGrid.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {