stremio-web/src/common/Router/Route/ModalsContainerProvider/styles.less
2019-04-04 11:16:56 +03:00

13 lines
No EOL
232 B
Text

.modals-container {
width: 0;
height: 0;
>:global(.modal-container) {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
}