From 18238dd31ee49ebe429d7704e218f96780aa49c2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Aug 2012 15:36:51 +0100 Subject: [PATCH] Prevent scrollbars showing up on the edit view --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6dceef868..e309e2ed7 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -660,6 +660,7 @@ h2 { bottom: 0px; left: 0px; right: 0px; + overflow: hidden; } /* Rules for the changeset list shown by the history tab etc */ -- 2.43.2