We encountered this issue during our testing. It's not critical and there are workarounds but I was curious if anyone has any insights on how to fix it.
I created a sample screen to test this here: https://personal-iju9dkwv.outsystemscloud.com/TestReactive/FormWithDatePicker
Steps:
I've made some findings after further testing on this issue. Adding here in case anyone wants to fix this in their own projects.
When the calendar is opened and subsequently closed, the HTML element seems to remain at its original position with its visibility just set to hidden (or more accurately, it is typically set as hidden but set to visible when it is in its open state). If we inspect the page in a browser and unset the visibility and opacity this can be seen to affect the position of the entire page, as below.
Adding this CSS in our theme seems to work to fix the issue. Basically it "flattens" the calendar container element when it is closed so that it doesn't affect the scroll on the page.
This can be tested out here.
Without fix: https://personal-iju9dkwv.outsystemscloud.com/TestReactive/FormWithDatePicker
With fix: https://personal-iju9dkwv.outsystemscloud.com/TestReactive/FormWithDatePickerFlattened
Bump for visibility.