Skip to content

Commit

Permalink
removed fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kestrer authored and Joshua Nelson committed Jul 13, 2020
1 parent 81069b6 commit 364b5db
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions templates/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,7 @@ div.rustdoc {
}
}

// this is actual fix for docs.rs navigation and rustdoc sidebar
position: fixed;
top: $top-navbar-height;
bottom: 0;
left: 0;
right: 0;
display: block;
overflow-y: auto;
position: relative;
}

body {
Expand Down

0 comments on commit 364b5db

Please sign in to comment.