Fix job offers scrolls
Description: every time a user would click on job offer in 'content' section, the container would update and scroll to the very top.
Solution: modify existing event listener for scroll events to save the last scroll position in dataStore, and retrieve it in onupdate lifecycle method.
Edited by Sandro Lutz