Increase modal size for Twitter Bootstrap

前端 未结 17 1683
抹茶落季
抹茶落季 2020-12-12 11:44

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

17条回答
  •  無奈伤痛
    2020-12-12 12:16

    Using a CSS class (you can also override style - not suggested):

    (html)

    (css)

    .custom-height-modal {
      height: 400px;
    }
    

提交回复
热议问题