Bug when navbar has top or bottom padding
andrearufo opened this issue · 1 comments
andrearufo commented
If change the navbar style adding padding, the script not set the correct measure to hide the navbar.
Fix is really simple: change the height()
function at row 43 with innerHeight()
.
Thank you for your work!
istvan-ujjmeszaros commented
Fixed in 52eb778