How to put scroll bar only for modal-body?

后端 未结 13 1182
悲哀的现实
悲哀的现实 2020-11-30 18:14

I have the following element:

13条回答
  •  既然无缘
    2020-11-30 18:42

    For Bootstrap versions >= 4.3

    Bootstrap 4.3 added new built-in scroll feature to modals. This makes only the modal-body content scroll if the size of the content would otherwise make the page scroll. To use it, just add the class modal-dialog-scrollable to the same div that has the modal-dialog class.

    Here is an example:

    
    
    
    
    
    
    
    

提交回复
热议问题