force vertical scrollbar to prevent centering jumps during navigation

This commit is contained in:
psychobunny
2013-08-20 01:50:19 +08:00
parent c70c67394a
commit 17d86a2a35

View File

@@ -1,5 +1,9 @@
@import "mixins";
html {
overflow-y: scroll;
}
body {
/*background: #fdfdfd;*/ // port to default theme when it is implemented.
-webkit-transition: margin-bottom 250ms ease;