fix: disable video controls text selection
This commit is contained in:
@@ -137,6 +137,13 @@ header button {
|
||||
}
|
||||
}
|
||||
|
||||
.message-stream-noncopyable-control,
|
||||
.message-stream-noncopyable-control * {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.message-stream-copyable-text,
|
||||
.message-stream-copyable-text * {
|
||||
-webkit-user-select: text;
|
||||
|
||||
Reference in New Issue
Block a user