From a40374f659d00f3e5c7c43d8aa89b03727c1d38c Mon Sep 17 00:00:00 2001 From: cdujeu Date: Fri, 16 Jan 2015 15:52:37 +0100 Subject: [PATCH] Fix videos tutorial zIndex issue --- core/src/plugins/access.ajxp_home/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/plugins/access.ajxp_home/home.css b/core/src/plugins/access.ajxp_home/home.css index 048e913482..a6678e1e8d 100644 --- a/core/src/plugins/access.ajxp_home/home.css +++ b/core/src/plugins/access.ajxp_home/home.css @@ -310,7 +310,7 @@ div.legend_visible div#ws_legend{ #videos_pane { color: rgb(64, 68, 71); - background-color: rgba(255, 255, 255, 0.74); + background-color: rgba(255, 255, 255, 1); position: absolute; top: 0; right: 0; @@ -323,6 +323,7 @@ div.legend_visible div#ws_legend{ display: none; max-width: 930px; -webkit-font-smoothing: antialiased; + z-index:20000; } #tutorials_pane h2{