schiehll / react-alert

alerts for React
MIT License
608 stars 98 forks source link

Offset blocking UI actions #94

Closed sbardian closed 5 years ago

sbardian commented 5 years ago

Applying offset as margin to AlertComponent blocks actions (clicks) to any underlying buttons/UI.

schiehll commented 5 years ago

As I said in #95, I want to keep the package as simple as possible, and I think that adding two different offset/margin option can confuse people. Also, I don't think that an alert blocking the content bellow it is a big deal.

So I am closing this as a wontfix.