Skip to content

Commit 4e3b173

Browse files
committed
Keep page from jumping on pages with less content
props @szepeviktor
1 parent e99171a commit 4e3b173

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/css/stylesheet.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
1818
}
1919

20+
html { overflow-y: scroll; }
21+
2022
html,
2123
body {
2224
min-height: 100%;

0 commit comments

Comments
 (0)