Description
Prevent unwanted scrolling behavior on specific UI sections such as modals, dashboards, or fixed panels.
Expected Behavior
- Disable background scrolling when modal/panel is open
- Maintain smooth UX when interacting with components
- Additional Context
Use JavaScript (overflow: hidden or event listeners) to control scroll behavior.
Description
Prevent unwanted scrolling behavior on specific UI sections such as modals, dashboards, or fixed panels.
Expected Behavior