Commit f65713dfa673f8b01602f01310956b64baf22d86

Authored by TJ Koblentz
1 parent 843ea5bf

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 {
... ...