Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal z-index issues on IE11 #399

Open
gthomas-appfolio opened this issue May 2, 2018 · 1 comment
Open

Modal z-index issues on IE11 #399

gthomas-appfolio opened this issue May 2, 2018 · 1 comment

Comments

@gthomas-appfolio
Copy link
Contributor

gthomas-appfolio commented May 2, 2018

Modal has z-index issues on IE11, the default modal container from reactstrap uses position: relative; causing underlap:

screen shot 2018-05-01 at 5 48 35 pm

https://github.com/reactstrap/reactstrap/blob/ee048169ba8ee3b24e7ab4279d1205570b0b29ba/src/Modal.js#L138

@gthomas-appfolio
Copy link
Contributor Author

Workaround is to specify:

<Modal zIndex="auto">...</Modal>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant