From fd58a4d4419256573987601f34830b76ea186a61 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Mon, 3 Aug 2015 14:59:18 +0200 Subject: [PATCH] Fix bug where menu-bar title was on top of the menu-bar icons making them unclickable --- book-example/book/book.css | 1 + src/theme/book.css | 1 + 2 files changed, 2 insertions(+) diff --git a/book-example/book/book.css b/book-example/book/book.css index ced1eeeb..da44f461 100644 --- a/book-example/book/book.css +++ b/book-example/book/book.css @@ -128,6 +128,7 @@ html, body { } .menu-title { + z-index: -999; color: #7E7E7E; display: inline-block; font-weight: 200; diff --git a/src/theme/book.css b/src/theme/book.css index ced1eeeb..da44f461 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -128,6 +128,7 @@ html, body { } .menu-title { + z-index: -999; color: #7E7E7E; display: inline-block; font-weight: 200;