mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 17:08:46 +00:00
route-container declared to be overflow hidden
This commit is contained in:
parent
3c9d17819a
commit
d392c73c78
2 changed files with 1 additions and 1 deletions
|
|
@ -84,5 +84,6 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
.layer {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue