Popup position out of place after you open it for the second time

Hi,

I've used the Radzen popup control with the same style as the example on the website:

<Popup @ref=popup Lazy=true Open="@OnOpen"
Style="display:none;position:absolute;width:600px;padding:5px;border:var(--rz-panel-border);background-color:var(--rz-panel-background-color);">

When I open the popup for the first time, everything is ok. When I open it for the second time, the popup is positioned in the left top corner of the browser. When I inspect the element in de browser, I can see that the left and top position change to the value 0. Any idea why these values change?

I'm using the latest version of the Radzen controls and the problem exists in both Edge and Chrome.

Kind Regards,
Michael

Works normally on our demo:

Try to debug your app to check what's setting left and top to 0.