Skip to content

Commit 5891e4b

Browse files
committed
Fix bug where theme-popup was under the navigation arrows making it impossible to change the theme
1 parent 394023f commit 5891e4b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/theme/book.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ table thead td {
253253
.theme-popup {
254254
position: relative;
255255
left: 10px;
256+
z-index: 1000;
256257
-webkit-border-radius: 4px;
257258
border-radius: 4px;
258259
font-size: 0.7em;

src/theme/stylus/theme-popup.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
position: relative
33
left: 10px
44

5+
z-index: 1000;
6+
57
border-radius: 4px
68
font-size: 0.7em
79

0 commit comments

Comments
 (0)