Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 147 forks source link

To fix the issue where the pop-up closes whenever clicking anywhere, modify the functionality so that the pop-up only closes when clicking on the close (X) button #1178

Open ashifkhn opened 1 month ago

ashifkhn commented 1 month ago

Issue Description

The current behavior of the pop-up is that it closes whenever any area outside the pop-up is clicked. This is unintended and disruptive to the user experience. To improve this, the functionality should be adjusted so that the pop-up only closes when the close (X) button is clicked. This ensures that users can interact with the content outside of the pop-up without inadvertently closing it.

Expected Behavior

Modify the pop-up functionality to close only when the close (X) button is clicked.

Current Behavior

Screenshots

Screenshot 2024-03-19 at 01 45 43

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Checklist