schiehll / react-alert

alerts for React
MIT License
607 stars 99 forks source link

Showing Below the Model #180

Closed DynMatrix closed 3 years ago

DynMatrix commented 3 years ago

Hi,

When we open a model view and trying to trigger alert. Alert showing backside the opened model.

Show to resolve the issue.

mimre73 commented 3 years ago

Hi,

When we open a model view and trying to trigger alert. Alert showing backside the opened model.

Show to resolve the issue.

use z-index in container style

const options = { position: positions.BOTTOM_CENTER, timeout: 2000, offset: '30px', containerStyle:{zIndex:9999999999999}, transition: transitions.SCALE }