Hi,
I start to implemented a first prototype with timeline.js and I have a problem with scroll/header and the insert of a element in the last square.
If I go to the last square, I see only a half of the square and this is not complete.
This my doubt, why the last square is not all visible??
See the attachment
If I insert an element in this square the scrollbar go down but if I go up a part of my header is not visible.
I use like css
html, body { height: 100%; padding: 0px; margin: 0px; overflow:hidden; }