How to add smooth scrolling to Bootstrap's scroll spy function

前端 未结 8 1047
死守一世寂寞
死守一世寂寞 2020-11-30 17:30

I\'ve been trying to add a smooth scrolling function to my site for a while now but can\'t seem to get it to work.

Here is my HTML code relating to my navigation:<

8条回答
  •  温柔的废话
    2020-11-30 18:05

    // styles.css
    html {
        scroll-behavior: smooth
    }
    

    Source: https://www.w3schools.com/howto/howto_css_smooth_scroll.asp#section2

提交回复
热议问题