I’m wondering how to force a DOM element to stay at the same position when the user scrolls the page. Let’s say, in the bottom-right corner of the page. I need that element to be the same visible no matter what is the current page’s scroll position. Any ideas ?
Share
You only need some CSS:
Demo.