From 2753e2a9003b0cff38a0d04cdb4d063e3acb6bd9 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Mon, 18 Dec 2017 11:29:59 +0100 Subject: [PATCH] Done #1834 @0.25 --- style/fluidbook.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 8b8b1ecd..cb46b244 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -728,6 +728,7 @@ header { // Header should sit above help overlay when it is open .help & { z-index: 21; + background-color: transparent; // Disable background so icons are visible } } @@ -815,7 +816,7 @@ input[type="search"]::-webkit-search-results-decoration { top: 0px; background-repeat: no-repeat; z-index: 10; - &.overridenByFluidbook { + &.overridenByFluidbook, .help & { visibility: hidden; } -- 2.39.5