Minor Fix overflow css style

This commit is contained in:
gparant 2020-05-12 00:22:55 +02:00
parent 0daddb3669
commit d3ff717f9e
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
body{
overflow: hidden;
}
video{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);

View File

@ -5,7 +5,6 @@ import {
ListMessageUserPositionInterface
} from "../../Connexion";
import {SimplePeerInterface, SimplePeer} from "../../WebRtc/SimplePeer";
import {API_URL} from "../../Enum/EnvironmentVariable";
export enum StatusGameManagerEnum {
IN_PROGRESS = 1,