From: Tom Hughes Date: Wed, 29 Aug 2012 14:36:51 +0000 (+0100) Subject: Prevent scrollbars showing up on the edit view X-Git-Tag: live~5397 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/18238dd31ee49ebe429d7704e218f96780aa49c2 Prevent scrollbars showing up on the edit view --- 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 */