Hi,
I am using ArcGIS API 4.x for JavaScript, i.e. 4.21.2, in our application. I am using Popup Window to view the attributes of the feature, and have used the alignment as auto, i.e. alignment:"auto", as I have to make the popup window always visible wherever we click on the map. However, in some cases, some part of window is not visible i.e. overflow of the popup window beyond the div container is hiding.
As from the experience of 3.x, popup window is always visible, and does not hides any part of the window.
I need the same experience in 4.21 as well.
Do we have anything to improve this visibility of popup window?
Regards