mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-12 21:45:02 +00:00
Attempt to get drag working on mobile
This commit is contained in:
@@ -28,6 +28,13 @@ limitations under the License.
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.participantTile * {
|
||||
touch-action: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.participantTile video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user