Scrolling issues with multiple bootstrap modals

后端 未结 6 2118
夕颜
夕颜 2020-12-29 02:54

I have a page with a modal with a lot of info so you need to scroll. This modal contains a link to a second modal.

When I

  • open modal 1
  • click o
6条回答
  •  时光取名叫无心
    2020-12-29 03:25

    this is the solution:

    
    

    take care that "#idofyousecondarymodal" is the id of the secondary or tertiary or infinite modal. but NEVER write the ID of the first modal.

    example i have 2 modal:

    
       
    

    then the script will be:

    
    

    jus add this code and work fine.

提交回复
热议问题