arcast/apps/main/src/pages/ScreenSharingPage/ScreenViewer.module.css

23 lines
303 B
CSS

.root {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
.video {
height: auto;
left: 0;
object-fit: contain;
/* position: absolute; */
right: 0;
top: 0;
width: 100%;
flex-grow: 1;
width: 100%;
}