Replies: 1 comment
-
thanks mate, I'm stealing this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
The RainbowKit modal sets a z-index of 2147483646.
Use case
I'm building a custom connector that pops up a modal with the exact same z-index, but RainbowKit shows up on top because it's later in the DOM.
Proposed solution
Allow setting a
zIndex
prop in a custom theme so I can lower it as needed.Right now this is my workaround:
Beta Was this translation helpful? Give feedback.
All reactions