From e5c28569c6631b857656a0fc9bac95c60ebdd5d8 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 19 Aug 2021 12:14:59 -0700 Subject: [PATCH] Disable text selection in room --- src/Room.module.css | 1 + src/VideoGrid.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Room.module.css b/src/Room.module.css index 8c724752..24661e88 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -29,6 +29,7 @@ limitations under the License. justify-content: center; align-items: center; height: 98px; + user-select: none; } .header h5 { diff --git a/src/VideoGrid.module.css b/src/VideoGrid.module.css index 0b07aa55..14cc5c67 100644 --- a/src/VideoGrid.module.css +++ b/src/VideoGrid.module.css @@ -45,6 +45,7 @@ limitations under the License. align-items: center; justify-content: center; border-radius: 8px; + user-select: none; } .participantName > * {