Sticky form buttons

Is there a way to make form buttons at the bottom sticky and always be on screen even if the user has not scrolled all the way down?
Solution
Add this to the CreatePage/EditPage.
public static bool $formActionsAreSticky = true;
Was this page helpful?