From 4729163aa8e9bf6a7c9f12a8fcd77e6b632e9d80 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 25 Nov 2013 13:35:06 -0800 Subject: [PATCH] Fix scroll bar issue on edit pages --- 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 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; } } -- 2.43.2