Description
When the wallet connection modal is opened, the background page can still be scrolled. This creates a poor modal experience, especially on mobile devices.
Steps to Reproduce
- Open wallet connection modal
- Try scrolling the background page
- Observe that the main page still scrolls behind the modal
Expected Behavior
Background scrolling should be disabled while the modal is active.
Actual Behavior
The page behind the modal continues scrolling, reducing focus and affecting usability.
Possible Fix
- Disable body scroll when modal opens
- Restore scrolling when modal closes
- Add proper overflow handling
Benefits of Fix
- Better modal UX
- Improved focus on wallet selection
- More polished application behavior
Description
When the wallet connection modal is opened, the background page can still be scrolled. This creates a poor modal experience, especially on mobile devices.
Steps to Reproduce
Expected Behavior
Background scrolling should be disabled while the modal is active.
Actual Behavior
The page behind the modal continues scrolling, reducing focus and affecting usability.
Possible Fix
Benefits of Fix