From 3e1e9a7cf7e7c5e02c01a5767a3e6481880c607f Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Fri, 16 Mar 2018 14:33:09 +0200 Subject: [PATCH] Fix stage notice z-index --- network/static/css/app.scss | 17 ----------------- network/static/css/stage.css | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/network/static/css/app.scss b/network/static/css/app.scss index 49e3682..44b3ec2 100644 --- a/network/static/css/app.scss +++ b/network/static/css/app.scss @@ -109,23 +109,6 @@ word-break: break-all; } -.stage-notice { - background-color: #d74545; - color: white; - padding: 5px; - text-align: center; - font-size: 0.9em; - z-index: 20; - width: 100%; - position: fixed; - top: 0; - left: 0; -} - -.stage-notice a { - color: #ffff00; -} - .mapbox-improve-map, .mapboxgl-ctrl-bottom-left { display: none; diff --git a/network/static/css/stage.css b/network/static/css/stage.css index 753e7d9..5d7b514 100644 --- a/network/static/css/stage.css +++ b/network/static/css/stage.css @@ -1,3 +1,20 @@ #main-navbar { margin-top: 50px; } + +.stage-notice { + background-color: #d74545; + color: white; + padding: 5px; + text-align: center; + font-size: 0.9em; + z-index: 2; + width: 100%; + position: fixed; + top: 0; + left: 0; +} + +.stage-notice a { + color: #ffff00; +}