route-container declared to be overflow hidden

This commit is contained in:
NikolaBorislavovHristov 2018-12-12 15:02:31 +02:00
parent 3c9d17819a
commit d392c73c78
2 changed files with 1 additions and 1 deletions

View file

@ -84,5 +84,6 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 0; z-index: 0;
overflow: hidden;
background-color: var(--color-background); background-color: var(--color-background);
} }

View file

@ -2,7 +2,6 @@
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden;
.layer { .layer {
position: absolute; position: absolute;