Bootstrap navbar moves right on scroll

自闭症网瘾萝莉.ら 提交于 2019-12-12 06:47:44

问题


The navbar should stick to the left and right edges.

However, when I scroll the page a little more, the navbar moves right as in the second screenshot. The problem start happening on scroll when the <div class="row" id="myDyGraph"> (ie. following graph div) crosses the narbar.

This is happening only for Chrome, could be a bootstrap 3 bug?

For the background, I am using BS3 and Dygraph. The issue is happening only when dyGraph is initialized. If I skip dygraph-div rendering, it works fine.

来源:https://stackoverflow.com/questions/20787345/bootstrap-navbar-moves-right-on-scroll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!