From c993abb7683f56588443bc8c962b7fd46d55a4d4 Mon Sep 17 00:00:00 2001 From: Jeremy Rudman Date: Thu, 10 Dec 2020 16:31:26 -0500 Subject: [PATCH] fix(map): changed map overflow from scroll to auto changed the map div from overflow scroll to overflow auto so that the scroll bars do not show up when the map is large enough to not need them --- app/assets/stylesheets/manage.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/manage.sass b/app/assets/stylesheets/manage.sass index 3c016d68f..970171e2d 100644 --- a/app/assets/stylesheets/manage.sass +++ b/app/assets/stylesheets/manage.sass @@ -55,7 +55,7 @@ $grey-med: #999 #map text-align: center - overflow: scroll + overflow: auto width: 100% .dashboard-container-title