【发布时间】:2014-12-24 11:20:38
【问题描述】:
我使用 bootbox.js 制作模态,但是当模态淡入和内容太长时,滚动条会在底部按钮的水平面。 当模态出现时,我需要滚动条保持在顶部
【问题讨论】:
-
显示您的代码以显示 bootbox。
-
var bootboxAffiche = function(p_titre, p_contenu){ bootbox.dialog({ title : p_titre, message : p_contenu, buttons:{ success: { label : 'Fermer', className: "btn-primary" } } }); }
标签: javascript twitter-bootstrap scroll bootbox