jquery - Fullpage.js not scrolling to full height of the content -


I have implemented the plugin but I am having a problem when the content section is too long for the page. As you can see from the following link:

And going from any device or desktop to section leaders

You will notice that all the tables reach the scroll bar before the end of the scroll bar.

So how do I fix this problem so that the scrollbar will see the entire table contents.

My full page () Announcement:

  $ ('# container-event-page'). Full page ({vertical central: false, loop, edge: false, scroll overflow: true, CSS 3: true});  

Fix it by removing top padding from the body and apply it to the paddingtop option Full page () Function and it now works perfectly.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -