fullPage.js
fullPage.js copied to clipboard
scrollOverflow Hidding element unless using paddingBottom
Description
I am using scrollOverflow: true
with verticalCentered:false
. The content of the sections hidden until I am giving paddingBottom
, So, I am here to confirm is it necessary to use paddingBottom
with scrollOverflow
? Is there any disadvantage to use paddingBottom
?
As far as I know there's no bug with scrollOverflow regarding paddings. However, if you think there is, can you please provide an isolated reproduction in jsfiddle or codepen, with no CSS or JS files external to fullPage.js and the minimum amount of HTML code? Use empty sections unless strictly necessary for the reproduction.