bigbluebutton-Github/labs/bbb-html5-client/assets/css/video.less

11 lines
140 B
Plaintext
Raw Normal View History

#video {
top: 6vh;
right: 0;
background: blue;
z-index: 5;
width:auto;
height:30vh;
/* display:none; */
overflow: hidden;
}