Button (bs4) snapping to top left corner of the form

I am adding a new form to my app in AppStudio. I drag a bs4 Button onto the form and it immediately snaps to top left corner of the form. When I try to relocate it … it snaps back… Any suggestions as to what I am doing wrong? All other buttons in my app work fine.
Paul

I think your new form’s position setting is set to relative. Change the property to absolute.

Screen Shot 2023-01-01 at 11.13.00 AM

Thank you Tomo. That did the trick.