From 920ee702bd1adb5badbcdf9067b95dda92d30b3b Mon Sep 17 00:00:00 2001 From: Nicola Carminati Date: Mon, 12 Nov 2018 17:47:46 +0100 Subject: [PATCH] Fix last commit --- Step/wwwroot/assets/styles/base/header.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Step/wwwroot/assets/styles/base/header.less b/Step/wwwroot/assets/styles/base/header.less index e8f7df7c..6c7a2e8a 100644 --- a/Step/wwwroot/assets/styles/base/header.less +++ b/Step/wwwroot/assets/styles/base/header.less @@ -30,7 +30,6 @@ } .overblur{ position: absolute; - background-color: rgba(217, 217, 217, 0.5); width: 100%; height: 100%; top: 0; @@ -92,6 +91,9 @@ button.unclickable { cursor: default; } + .over{ + z-index: 10; + } &.turn-up .user-info time { color: #fff; }