标签: html css twitter-bootstrap
我使用Bootstrap创建了一个固定顶部的导航栏。 但是导航栏上方应该可见的垂直滚动条上的部分会在导航栏下消失。
问题的实时预览: http://thenlghost.github.io/Good-Guy-Games/
应该是什么: http://prntscr.com/6df693
答案 0 :(得分:8)
删除身体的溢出线,html css样式:
overflow-x: hidden;