Fixing position of self webcam in CoWebsite mode

This commit is contained in:
David Négrier 2020-08-13 18:28:22 +02:00
parent 9f6c6e0ce1
commit 0041e088a4

View file

@ -92,7 +92,7 @@ video{
/*.activeCam*/
#div-myCamVideo {
position: fixed;
position: absolute;
right: 0;
bottom: 0;
}