How to fix scrolling with twitter-bootstrap and popover?

前端 未结 5 632
余生分开走
余生分开走 2020-12-15 18:13

I am using twitter-bootstrap and popovers.

I am facing the following problem: when the user clicks on a link that opens a popover at the bottom of the page, it scr

5条回答
  •  庸人自扰
    2020-12-15 18:31

    I have encountered exactly the same issue with the popover and it was enough to replace href="#" with href="javascript://".

提交回复
热议问题