openreplay/frontend/app/player/MessageDistributor/StatedScreen/Screen/screen.css
2021-07-13 19:37:07 +03:00

21 lines
No EOL
326 B
CSS

.screen {
overflow: hidden;
position: absolute;
transform-origin: left top;
top: 50%;
left: 50%;
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.iframe {
position: absolute;
border: none;
background: whilte;
}
.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}