Easily create containers that scroll with you on a page.
*Update*: Looks like I left out a crucial piece which I didn't even realize I already had on this sandbox site. You'll need to set your body overflow-x to visible. This only needs to be done once. Perhaps there will be a better / more native way to do this in the future. For now simply add the following to your Global CSS.
body {overflow-x:visible;}