Open Sureshowler opened 8 years ago
can you paste some code on here maybe we can trace down the issue.
use ember-wormhole to avoid this situation
{{#ember-wormhole to="ember-wormhole-container"}}
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog">
.........................
</div>
</div>
{{/ember-wormhole}}
I experienced the same issue but with the Blueimp Gallery. Pushing the gallery div through wormhole worked for me.
I am using boostrap modal inside liquid outlet. The below html is added everytime i try to invoke the modal and it makes the page misbehave