From: John Firebaugh Date: Mon, 25 Nov 2013 21:35:06 +0000 (-0800) Subject: Fix scroll bar issue on edit pages X-Git-Tag: live~4629^2~5 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4729163aa8e9bf6a7c9f12a8fcd77e6b632e9d80?ds=sidebyside Fix scroll bar issue on edit pages --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index f9a48da82..56285564f 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1182,6 +1182,7 @@ header .search_form { #map { height: 100%; + overflow: hidden; } }