Twitter bootstrap scrollable modal

前端 未结 10 1130
日久生厌
日久生厌 2020-12-22 19:03

I\'m using twitter bootstrap for a project I am working on.

I have a modal window that has a somewhat longer form in it and I didn\'t like that when the window got

10条回答
  •  失恋的感觉
    2020-12-22 19:44

    None of this will work as expected.. The correct way is to change position: fixed to position: absolute for .modal class

提交回复
热议问题