From 9fe8d47477e0ad5ec00c6633ecf8e27b14638412 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 25 Jul 2018 12:30:57 +0200 Subject: [PATCH] fix #2159 @0.5 --- style/fluidbook.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 0a06fd49..b9663ec2 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -677,6 +677,11 @@ header { z-index: 21; background-color: transparent; // Disable background so icons are visible } + + // Bug #2159 + .menu-burger .landscape & { + z-index: 10; + } } #nav > a { -- 2.39.5