Scroll to element should adjust for fixed top navbars height
Created by: ktwalrus
I have a navbar-fixed-top navbar. Links that include "scroll to id" (as in href="#myid") don't adjust scroll position to account for the 50px of the navbar.
Can you add some JS to detect this situation on the URL and adjust the scroll position back by the height of the navbar?