Is there an existing issue for this?
RainbowKit Version
2.1.5
wagmi Version
2.17.0
Current Behavior
The RainbowKitProvider component injects a <div> which affects styling.

The above should result in a fully red screen, however, the "injected" div doesn't have a h-full, and thus the div below won't stretch to the height of the screen.

The div in question
Expected Behavior
The provider should not affect the DOM in a way that potentially breaks styling.
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
https://github.com/LufyCZ/rainbowkit-bug
Anything else?
No response
Is there an existing issue for this?
RainbowKit Version
2.1.5
wagmi Version
2.17.0
Current Behavior
The
RainbowKitProvidercomponent injects a<div>which affects styling.The above should result in a fully red screen, however, the "injected" div doesn't have a
h-full, and thus the div below won't stretch to the height of the screen.The div in question
Expected Behavior
The provider should not affect the DOM in a way that potentially breaks styling.
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
https://github.com/LufyCZ/rainbowkit-bug
Anything else?
No response