You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the connect modal has a zIndex of 40 you can adjust this by passing in style as object like
<CeloProvider
connectModal={{
reactModalProps: {
style: {
overlay: {
zIndex: 60,
},
},
},
}}
/>
```
note that the overlay div contains the modal div so the zIndex needs to be on the overlay not the modal itself
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By default the connect modal has a zIndex of 40 you can adjust this by passing in style as object like
Beta Was this translation helpful? Give feedback.
All reactions