From f5aae23111c9b70d913bdcb7b0281f18fe16d725 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 15 Mar 2014 12:49:50 +0100 Subject: [PATCH] Make sure log navigation doesn't overlay mask --- couchpotato/core/plugins/log/static/log.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/log/static/log.css b/couchpotato/core/plugins/log/static/log.css index df9ab1c3..bcab6e23 100644 --- a/couchpotato/core/plugins/log/static/log.css +++ b/couchpotato/core/plugins/log/static/log.css @@ -9,7 +9,7 @@ bottom: 0; left: 0; background: #4E5969; - z-index: 200; + z-index: 100; } .page.log .nav li {