一聚教程网:一个值得你收藏的教程网站

热门教程

bootstrap 弹出框modal添加垂直方向滚轴效果

时间:2022-06-25 15:56:28 编辑:袖梨 来源:一聚教程网

效果图预览

1. 添加css样式

 .modal-dialog{position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
 .modal-content{/*overflow-y: scroll; */ position: absolute; top: 0; bottom: 0; width: 100%;}
 .modal-body{overflow-y: scroll; position: absolute; top: 55px; bottom: 65px; width: 100%;}
 .modal-header .close{margin-right: 15px;}
 .modal-footer{position: absolute; width: 100%; bottom: 0;}

2.html 代码

   注:style="" 这宽度我是根据自己需要添加的 可根据自己要求适当变化 默认不需要添加

热门栏目