force vertical scrollbar to prevent centering jumps during navigation

v1.18.x
psychobunny 12 years ago
parent c70c67394a
commit 17d86a2a35

@ -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;

Loading…
Cancel
Save