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
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.