Open popup at clicked position
问题 Hi, I have done a popup which is by default hidden and opened whenever a click is triggered on window. Popup must be shown at wherever the event is triggered.But there are some constraints: Popup must be shown at current visible window.Meaning,If I clicked at right most part of the window then,popup must be shown to right side of the clicked position to avoid scrolling. If window has scrolling, irrespective of scrolling it should be shown at visible part of the window. Everything is working