okfn / timeliner

[DEPRECATED] See new TimeMapper repo https://github.com/okfn/timemapper
https://github.com/okfn/timemapper
93 stars 21 forks source link

Timeliner should use the full height of the page #48

Closed djw closed 11 years ago

djw commented 11 years ago

Fixes #43.

The page doesn't resize properly due to okfn/recline#342.

When that gets fixed we need to add:

.timeline {
  position: relative;
  height: 100%;
}