I created a div element, that I placed all the way on the right of my site. The only problem is that its at the top of the site, so if i scroll down it remains
div
Use position: fixed instead of position: absolute.
position: fixed
position: absolute
See here.