Skip to content

Commit

Permalink
Fix bug where theme-popup was under the navigation arrows making it i…
Browse files Browse the repository at this point in the history
…mpossible to change the theme
  • Loading branch information
azerupi committed Feb 16, 2016
1 parent 394023f commit 5891e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions src/theme/stylus/theme-popup.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
position: relative
left: 10px

z-index: 1000;

border-radius: 4px
font-size: 0.7em

Expand Down

0 comments on commit 5891e4b

Please sign in to comment.