I am trying to change the size of the modal form or rather - have it respond to the content I render there. I am using it to render a form and would prefer to deal with scro
Using a CSS class (you can also override style - not suggested):
(html)
(css) .custom-height-modal { height: 400px; } 0 讨论(0) 查看其它17个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
(css)
.custom-height-modal { height: 400px; }