react-gears icon indicating copy to clipboard operation
react-gears copied to clipboard

Modal z-index issues on IE11

Open gthomas-appfolio opened this issue 7 years ago • 1 comments

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 avatar May 02 '18 01:05 gthomas-appfolio

Workaround is to specify:

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

gthomas-appfolio avatar May 02 '18 01:05 gthomas-appfolio