Trying to fix cam size in portrait and overflow

This commit is contained in:
David Négrier 2021-06-02 10:14:33 +02:00
parent 9e35f96ce5
commit 3f20d5b0d1
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@ body .message-info.warning{
}
video.myCamVideo{
max-height: 20vh;
width: 15vw;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
@ -1221,6 +1222,7 @@ div.action.danger p.action-body{
position: absolute;
width: 100%;
height: 100%;
overflow: auto;
}
}
}