Trying to fix cam size in portrait and overflow
This commit is contained in:
parent
9e35f96ce5
commit
3f20d5b0d1
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user