From bf5a1d1f8e3bafd845cc72703ff1cc62ffa3e6ec Mon Sep 17 00:00:00 2001 From: paweldomas Date: Fri, 21 Oct 2016 14:03:34 -0500 Subject: [PATCH] fix(videolayout css): reduce conn problem msg z-index For small window sizes and many video thumbnails the message may go on top of the thumbnails. --- css/_videolayout_default.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index 71879a7a8..98b430208 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -511,7 +511,7 @@ display: none; position: absolute; width: auto; - z-index: 1011; + z-index: 2; font-weight: 600; font-size: 14px; text-align: center; @@ -534,7 +534,7 @@ position: absolute; width: 100%; top:50%; - z-index: 1011; + z-index: 2; font-weight: 600; font-size: 14px; text-align: center;