I am trying to set the position of a moveable object inside a WebView2 control on a Winforms app. As of right now it appears out of the viewable area without scrolling down on the page.
I have tried several variations of this:
WebView2.ExecuteScriptAsync($"document.getElementById('widget_control')style=inset: '10px auto auto 10px';")
However, the position of the object still remains the same.