From 388f86816517b0f112c3f9a5fdf86a442d15afeb Mon Sep 17 00:00:00 2001 From: Maxim Voloshin Date: Tue, 20 Sep 2016 13:15:10 +0300 Subject: [PATCH] Adjustment for layer order --- css/_videolayout_default.scss | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index 7a59eaf30..c2a70dbf4 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -1,3 +1,8 @@ +.video-wrapper { + position: relative; + z-index: 1; +} + #videospace { display: block; position: absolute; diff --git a/index.html b/index.html index f98cc785f..6f437ea7e 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@ -
+