Skip to content

Commit

Permalink
Fix keyboard scrolling in rustbook
Browse files Browse the repository at this point in the history
  • Loading branch information
artemshitov committed Aug 26, 2015
1 parent 14b7591 commit c891fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rustbook/static/rustbook.css
Expand Up @@ -27,7 +27,7 @@ h1, h2, h3, h4, h5, h6 {

@media only screen {
#toc {
position: absolute;
position: fixed;
left: 0px;
top: 0px;
bottom: 0px;
Expand All @@ -48,7 +48,6 @@ h1, h2, h3, h4, h5, h6 {
left: 310px;
right: 0px;
top: 0px;
bottom: 0px;
box-sizing: border-box;
background: none repeat scroll 0% 0% #FFF;
-webkit-overflow-scrolling: touch;
Expand Down

0 comments on commit c891fae

Please sign in to comment.