Make group call participant titles unselectable

This commit is contained in:
Evan Hahn 2021-08-23 08:17:28 -05:00 committed by GitHub
parent 353fea5d66
commit 75ea2b0ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5689,6 +5689,7 @@ button.module-image__border-overlay:focus {
display: flex;
padding: 6px;
position: absolute;
user-select: none;
width: 100%;
z-index: 2;
}