diff --git a/_includes/recline-deps.html b/_includes/recline-deps.html index 4174fbfb..d58ce6d0 100644 --- a/_includes/recline-deps.html +++ b/_includes/recline-deps.html @@ -17,6 +17,7 @@ + diff --git a/css/timeline.css b/css/timeline.css new file mode 100644 index 00000000..0036d16f --- /dev/null +++ b/css/timeline.css @@ -0,0 +1,3 @@ +.recline-timeline { + position: relative; +} diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index 9fbdfe74..069862fb 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -251,9 +251,10 @@ First, add the additional dependencies for the timeline view. The timeline is bu {% endhighlight %} -Now, create a new div for the map: +Now, create a new div for the map (must have an explicit height for the timeline to render): {% highlight html %} +
{% endhighlight %} @@ -264,7 +265,8 @@ previously: {% include tutorial-views-timeline.js %} {% endhighlight %} -
 
+ +