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; }