stremio-web/src/router/styles.css
2019-08-11 19:21:48 +03:00

42 lines
No EOL
720 B
CSS

.routes-container {
position: relative;
z-index: 0;
}
.routes-container .route-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.routes-container .route-container:not(:last-child) {
display: none;
}
.routes-container .route-container .route-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
overflow: hidden;
}
.routes-container .route-container .modals-container {
width: 0;
height: 0;
}
.routes-container .route-container .modals-container .modal-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
overflow: hidden;
}