<div class="panel panel-primary" id="result_panel">
<div class="panel-heading"><h3 class="panel-title">Result List</h3>
</div>
<div class="panel-body">
<ul class="list-group">
<li class="list-group-item"><strong>Signature
Accommodations</strong>(1480m)
</li>
# many li here..
<li class="list-group-item"><strong>The Barrington At Park
Place</strong>(15210m)
</li>
<li class="list-group-item"><strong>Camden Huntingdon
Apartments</strong>(15820m)
</li>
<li class="list-group-item"><strong>Enclave at Water's Edge
Apartments</strong>(15830m)
</li>
</ul>
</div>
</div>
我的html看起来像这样。2我期望列表中有很多项。3而且大多数时候它会超出我的窗口,
我试着这样设置我的CSS:
.list-group{
margin-bottom: 10px;
overflow:scroll;
-webkit-overflow-scrolling: touch;
}
但没用有什么办法吗
2条答案
按热度按时间dxpyg8gm1#
尝试添加
max-height:
kx7yvsdv2#
只有使用BS,你才能做到!类overflow-auto+简短的HTML样式属性信息。
我已经在Bootstrap〉= 4.6.x上进行了测试
请看下面的例子: