Open an Modal window from Navigation bar

前端 未结 4 1732
囚心锁ツ
囚心锁ツ 2020-12-19 02:02

I\'m trying to open a modal window from navigation bar. I\'ve followed some good tutorials and once I pressed my link a modal opened, problem is model window looks like not

4条回答
  •  失恋的感觉
    2020-12-19 02:30

    This is covered in the official documentation:

    Modal markup placement

    Always try to place a modal's HTML code in a top-level position in your document to avoid other components affecting the modal's appearance and/or functionality.

    Put the

    that has the modal class outside of the navbar. You can leave the modal-triggering in the navbar.

提交回复
热议问题