mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-02 06:04:48 +00:00
13 lines
No EOL
232 B
Text
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;
|
|
}
|
|
} |