Disable text selection in room
This commit is contained in:
@@ -29,6 +29,7 @@ limitations under the License.
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 98px;
|
height: 98px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h5 {
|
.header h5 {
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ limitations under the License.
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.participantName > * {
|
.participantName > * {
|
||||||
|
|||||||
Reference in New Issue
Block a user