.scrollspy-example{ height:500px; font-size:20px; overflow:auto; position: relative;}
去掉里面的height:500px;之后就没有效果了,为什么?
教程里面说加上高知识为了产生垂直滚动条,但是我内容够长的话为什么还要加上高才有效果呢?
因为垂直滚动条就要是设置元素定高,overflow:auto;
height:auto;