mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
overflow of body allowed
This commit is contained in:
parent
0cc683c37c
commit
e277dbbae9
1 changed files with 5 additions and 1 deletions
|
|
@ -60,9 +60,12 @@
|
|||
height: 100vh;
|
||||
min-width: 1000px;
|
||||
min-height: 650px;
|
||||
overflow: hidden;
|
||||
font-family: 'Roboto', 'Noto Sans', 'sans-serif';
|
||||
}
|
||||
|
||||
#app {
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.modal-container {
|
||||
|
|
@ -70,6 +73,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue