Skip to content

Commit

Permalink
fixes for map component, re: #4670
Browse files Browse the repository at this point in the history
  • Loading branch information
robgaston committed Jun 20, 2019
1 parent 116e802 commit e718618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arches/app/media/css/arches.css
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ ul.tabbed-report-tab-list {
}

.map-card-wrapper {
flex: 1;
height: 100%;
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions arches/app/media/js/views/components/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ define([
'knockout',
'mapbox-gl',
'mapbox-gl-geocoder',
'bindings/mapbox-gl',
'bindings/sortable'
], function($, _, arches, ko, mapboxgl, MapboxGeocoder) {
var viewModel = function(params) {
Expand Down

0 comments on commit e718618

Please sign in to comment.