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

View file

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