mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
Fixed broken scroll bar on map, closes #27
This commit is contained in:
@@ -23,6 +23,7 @@ html, body, #map-canvas {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user