Window moves when scrolling

Hi,
I have an issue where I have a window, but when I scroll the page down, the window gets pushed down with the screen. I want the window to stay in a fixed spot when I am scrolling instead of staying visible and moving with the screen. My window is also move-able by the user.
Thanks

Hello @iz2020,

I have an issue where I have a window, but when I scroll the page down, the window gets pushed down with the screen.
As far as I can see, the window should scroll. Please take a look at the snippet: Code Snippet
Also you can draw the window inside the scrollview through the container property:
Code Snippet