Skip to content Skip to sidebar Skip to footer

Smooth Scrolling Bootstrap 3

I am having some issue trying to have a smooth scroll in my page, basically I have anchor tags around a page like this:
  • Module Description<
  • Solution 1:

    Solution 2:

    If you replace

    a[href*=#]:not([href=#])
    

    with

    a[href*=#]:not([href=#]):not([href=#idname])
    

    you can prevent the smooth scrolling from working for that one specific link

    Post a Comment for "Smooth Scrolling Bootstrap 3"