From d392c73c78c2ceacffc841e6e8fd07e3618d1fc0 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Wed, 12 Dec 2018 15:02:31 +0200 Subject: [PATCH] route-container declared to be overflow hidden --- src/app/styles.less | 1 + src/routes/Player/styles.less | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles.less b/src/app/styles.less index 54b76d7e2..25f4440f9 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -84,5 +84,6 @@ bottom: 0; left: 0; z-index: 0; + overflow: hidden; background-color: var(--color-background); } \ No newline at end of file diff --git a/src/routes/Player/styles.less b/src/routes/Player/styles.less index a1cfb86db..989af785f 100644 --- a/src/routes/Player/styles.less +++ b/src/routes/Player/styles.less @@ -2,7 +2,6 @@ position: relative; width: 100%; height: 100%; - overflow: hidden; .layer { position: absolute;