Skip to content

Commit

Permalink
Added scrollbar to html to avoid jumpiness.
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalit committed Jul 9, 2011
1 parent 7fbdb4e commit 54babeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<style type="text/css">
html {
overflow-y: scroll;
}
header {
border-bottom: 1px solid #aaa;
}
Expand Down

0 comments on commit 54babeb

Please sign in to comment.