mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-26 21:03:01 +00:00
13 lines
No EOL
184 B
Text
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;
|
|
}
|
|
} |