Fixed broken scroll bar on map, closes #27

This commit is contained in:
Alicia Sykes
2019-01-12 23:16:59 +00:00
parent 10908f005f
commit 20cae63e27
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ html, body, #map-canvas {
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}

View File

@@ -1,7 +1,7 @@
extends layout
block head
link(rel='stylesheet', href='/bower_components/jquery-autocompleter/jquery.autocompleter.css')
script(src='https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,visualization')
script(src='https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places,visualization&key=AIzaSyADxPj5gwtPiRrgf5Wcfts4Kaf1OebXhAg')
block content
div.map-options.row