diff --git a/src/Room.module.css b/src/Room.module.css index 8c72475..24661e8 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 0b07aa5..14cc5c6 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 > * {