From f65713dfa673f8b01602f01310956b64baf22d86 Mon Sep 17 00:00:00 2001 From: TJ Koblentz Date: Thu, 17 Jan 2013 11:35:35 -0800 Subject: [PATCH] Eliminate horizontal shifting on diff body heights --- app/assets/stylesheets/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index dd586de3a..db077048b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1,3 +1,7 @@ +html { + overflow-y: scroll; +} + /** LAYOUT **/ body { -- 2.11.0