From 05853bca892a3815028a734df60049d4d95c9947 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 6 Nov 2013 22:16:02 +0100 Subject: [PATCH] Don't put plot over trailer z-index --- couchpotato/core/media/movie/suggestion/static/suggest.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/media/movie/suggestion/static/suggest.css b/couchpotato/core/media/movie/suggestion/static/suggest.css index 16215edf..d4ba734b 100644 --- a/couchpotato/core/media/movie/suggestion/static/suggest.css +++ b/couchpotato/core/media/movie/suggestion/static/suggest.css @@ -82,7 +82,7 @@ overflow: hidden; text-align: justify; height: 100%; - z-index: 20; + z-index: 2; top: 64px; position: absolute; background: #4e5969; @@ -104,7 +104,7 @@ rgba(78, 89, 105, 1) 0%, rgba(78, 89, 105, 0) 100% ); - z-index: 21; + z-index: 3; pointer-events: none; }