istvan-ujjmeszaros/bootstrap-autohidingnavbar

Bug when navbar has top or bottom padding

andrearufo opened this issue · 1 comments

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!