nitro-react/src/views/room/RoomView.scss

13 lines
170 B
SCSS
Raw Normal View History

2021-04-19 18:34:31 +02:00
.nitro-room {
z-index: 0;
width: 100%;
height: 100%;
.nitro-room-container {
.client-canvas {
position: absolute;
}
}
}