我使用Bootstrap 5作为我的UI布局,我有1行和2列的左和右。
<div class="row">
<div class="col-md-6">
// This is the left side
</div>
<div class="col-md-6">
// This is the right side
</div>
</div>
就像在Facebook的个人资料,我希望它都是可滚动的同时,但左面板必须停止,一旦它达到其底部和右面板可以继续滚动.我如何才能实现这一点?
我已经尝试了很多方法,比如放一个溢出,使用jQuery跟踪滚动等等,但都不起作用。
1条答案
按热度按时间t3psigkw1#
试试这个: