Modification to the SC Order Guide widget in ServiceNow
- fixes the items+submit part of the widget so that it scrolls with the window
- replaces the scrollTo functionality with anchorScroll since scrollTo doesn't handle anchors well if not at the top of page
- adds a "top of form" link to the items
To implement, clone the SC Order Guide widget and then update the code with the code here.