summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu David <mathieudavid@mathieudavid.org>2016-02-16 08:50:57 +0100
committerMathieu David <mathieudavid@mathieudavid.org>2016-02-16 08:50:57 +0100
commit5891e4b5db7cfe08fc9dbdafde6ea7bb0a94c0e8 (patch)
tree42e6fa3d78f8e09ea1e754077da0223de0e0a170
parent394023f617299923b7eac50988662fb93c887b6c (diff)
Fix bug where theme-popup was under the navigation arrows making it impossible to change the themev0.0.8
-rw-r--r--src/theme/book.css1
-rw-r--r--src/theme/stylus/theme-popup.styl2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/theme/book.css b/src/theme/book.css
index b33d9e90..205a1694 100644
--- a/src/theme/book.css
+++ b/src/theme/book.css
@@ -253,6 +253,7 @@ table thead td {
.theme-popup {
position: relative;
left: 10px;
+ z-index: 1000;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 0.7em;
diff --git a/src/theme/stylus/theme-popup.styl b/src/theme/stylus/theme-popup.styl
index abf2c67e..e2c8b236 100644
--- a/src/theme/stylus/theme-popup.styl
+++ b/src/theme/stylus/theme-popup.styl
@@ -2,6 +2,8 @@
position: relative
left: 10px
+ z-index: 1000;
+
border-radius: 4px
font-size: 0.7em