-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed popup scrolling and closing problem #6169
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* When I type something on width and height, it auto-closes suddenly, and the pop-up is not working properly Hello @nihal467 , Could you please guide me on how to access the popup for editing details? I'm looking to understand how to address the issue. Thank you! |
Found the issue, working on it |
@nihal467 |
|
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr. |
Closing the issue, since the PressureSore component has been rebuilt in TypeScript, making this PR unsalvageable |
Proposed Changes
@rithviknishad @nihal467
HOW
Used onClick event listener to close popup when clicked outside
Made pop-up relative to a parent body and used getBoundingClientRect to get X Y value for popup relative to parent.