stremio-web/src/navigation/ModalsContainerContext/styles.less
2019-04-18 17:18:49 +03:00

13 lines
No EOL
184 B
Text

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