V
V
Valera Udav2016-03-17 12:48:49
Bootstrap
Valera Udav, 2016-03-17 12:48:49

What is the correct way to call a modal window inside another modal in Bootstrap?

There is a modal window, for example, Authorization, inside it there is a Registration link, when clicked, the current modal should close and the registration modal should open. Achieved this with this design:

<a href="#" data-dismiss='modal' data-toggle="modal" data-target="#signup-modal">Регистрация</a>

but in this case, a jamb appears: when switching to the second modal window, a scroll appears for the main page, because of this, it is not possible to scroll the modal directly and it is cut off at the bottom.
Example on CodePen

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question