Skip to content

Commit

Permalink
Updates styles/website.css
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
jamuhl committed Jun 1, 2017
1 parent a03f785 commit ddf443b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,15 @@ h2 > a:hover:before, h3 > a:hover:before, h4 > a:hover:before, h5 > a:hover:befo
}
.book-header {
z-index: 4000;
}

/* workaround for non working initial top position - initial load scrolls title up 50px */
.book-body {
top: 50px;
}
.body-inner {
min-height: 100%;
}
.page-inner {
margin-top: 0;
}

0 comments on commit ddf443b

Please sign in to comment.