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
I'm using Rainbowkit inside a Radix Dialog which sets pointer-events: none.
Therefore when I click the Rainbowkit Connect button, the modal it pops up is not clickable, so I can't connect.
The Rainbowkit connect HTML code injected into the DOM cannot be styled, it has no semantic classnames.
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
-
I'm using Rainbowkit inside a Radix Dialog which sets
pointer-events: none
.Therefore when I click the Rainbowkit Connect button, the modal it pops up is not clickable, so I can't connect.
The Rainbowkit connect HTML code injected into the DOM cannot be styled, it has no semantic classnames.
How can I reset
pointer-events
toauto
?Beta Was this translation helpful? Give feedback.
All reactions