diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index d80c57799..45a7c45df 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -977,13 +977,6 @@ footer { } } -.sidebar-map { - - .map { - z-index: 0; - } -} - .sidebar-title { border-top: 2px solid $brand; display: inline-block; diff --git a/app/views/budgets/investments/_map.html.erb b/app/views/budgets/investments/_map.html.erb index f22a5d7ee..3d26ee7bc 100644 --- a/app/views/budgets/investments/_map.html.erb +++ b/app/views/budgets/investments/_map.html.erb @@ -1,5 +1,3 @@ - +
+ <%= render_map(@map_location, "budgets", false, nil, @investments_map_coordinates) %> +