From 914b7e59da22bb02fbf3cc119be922c9f09bbde1 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 16 May 2019 17:17:42 +0200
Subject: [PATCH] bugfix: move bannerwrapper to top

---
 src/atlasViewer/atlasViewer.style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/atlasViewer/atlasViewer.style.css b/src/atlasViewer/atlasViewer.style.css
index d6ce2d939..b56b15796 100644
--- a/src/atlasViewer/atlasViewer.style.css
+++ b/src/atlasViewer/atlasViewer.style.css
@@ -23,7 +23,7 @@ ui-nehuba-container
 
 div[bannerWrapper]
 {
-  z-index:5;
+  z-index:1000;
   position:absolute;
 
   width:100%;
-- 
GitLab