所以我的固定位置有问题......
当卡外部有溢出自动时如何修复标题?
.outer-card{
padding-right: 20px;
padding-left: 20px;
overflow-y: auto;
display: block;
padding-bottom: 3px;
}
.card{
width: 1500px
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet"/>
<div class="col-12 col-sm-6 align-items-stretch outer-card">
<div class="card">
<div class="card-body text-center select-year-month">
<div>
<h5 class="card-title text-left">How to set this title not follow overflow so the title with stay in place while i scroll</h5>
</div>
<span>HAHAHAHAHAHA</span>
</div>
</div>
</div>
慕沐林林
相关分类