reactstrap/reactstrap

Nested modal appears behind the original one

Aperta

#1422 aperta il 4 mar 2019

 (5 commenti) (0 reazioni) (0 assegnatari)JavaScript (1347 fork)batch import
PR Welcomehelp wanted

Metriche repository

Star
 (10.557 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

  • components: Modal
  • reactstrap version #7.1.0
  • import method es
  • react version #16.8.3
  • bootstrap version #4.3.1

What is happening?

Nested modal appears behind in IE11 when the original modal has long content

issue

What should be happening?

Nested modal should appear in front of original modal

Steps to reproduce issue

  1. Use the example with Nested Modals
  2. Replace content of original Modal with a longer text
  3. Click on Show Nested Modal button

Code

https://stackblitz.com/edit/reactstrap-modal-issue?file=index.js

Guida contributor