We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 has z-index issues on IE11, the default modal container from reactstrap uses position: relative; causing underlap:
position: relative;
https://github.com/reactstrap/reactstrap/blob/ee048169ba8ee3b24e7ab4279d1205570b0b29ba/src/Modal.js#L138
The text was updated successfully, but these errors were encountered:
Workaround is to specify:
<Modal zIndex="auto">...</Modal>
Sorry, something went wrong.
No branches or pull requests
Modal has z-index issues on IE11, the default modal container from reactstrap uses
position: relative;
causing underlap:https://github.com/reactstrap/reactstrap/blob/ee048169ba8ee3b24e7ab4279d1205570b0b29ba/src/Modal.js#L138
The text was updated successfully, but these errors were encountered: