mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
router overflow styles fixed
This commit is contained in:
parent
5671b2a8e1
commit
aa263843e3
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:not(:last-child) {
|
||||
display: none;
|
||||
|
|
@ -22,6 +21,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.modals-container {
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue