- Making the EnableCameraScene responsive

- Enabling click on arrows
This commit is contained in:
David Négrier 2020-06-24 17:29:23 +02:00
parent 3de37bafed
commit 253108eba0
2 changed files with 79 additions and 50 deletions

View file

@ -211,7 +211,7 @@ video{
.webrtcsetup{
display: none;
position: absolute;
top: 230px;
top: 140px;
left: 0;
right: 0;
margin-left: auto;
@ -229,6 +229,7 @@ video{
}
#myCamVideoSetup {
width: 100%;
height: 100%;
}
.webrtcsetup.active{
display: block;