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);