From 82ac775124e927bf0e04481706ab3335d4ab7fb5 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Sun, 5 Feb 2023 00:55:12 -0500 Subject: [PATCH] Fix scrolling on mobile --- src/video-grid/VideoTile.module.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video-grid/VideoTile.module.css b/src/video-grid/VideoTile.module.css index ce44d225..8da1f760 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -30,9 +30,6 @@ limitations under the License. } .videoTile * { - touch-action: none; - -moz-user-select: none; - -webkit-user-drag: none; user-select: none; }