bootstrap alert的滚动条怎么设置

bootstrap alert的滚动条怎么设置,我设置了width,height,title,message,因为我引入的是一个html作为alert内容,所以想实现y轴滚动,求姐
已邀请:

赞同来自: 迷雾

看看这个
codepen.io/dimbslmh/full/mKfCc/

Chenxc

赞同来自:

关注

赞同来自:

.modal{
display: block !important;
}
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
height: 250px;
overflow-y: auto;
}

要回复问题请先登录注册