Commit 4bb1664aaee18f801c3268bd855a654fc64fa722

Authored by Dmitriy Zaporozhets
2 parents 2e9c0e2b f65713df

Merge pull request #2649 from tjeezy/patch-1

Eliminate horizontal shifting on diff body heights
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
  1 +html {
  2 + overflow-y: scroll;
  3 +}
  4 +
1 5 /** LAYOUT **/
2 6  
3 7 body {
... ...