Hi Jeremy! Thank you.
I applied this code before and the scrolling did not go away. Maybe there is something wrong with were I insert it. However, yesterday I did figure out how to stop the vertical scroll with CSS only all by myself! =) I just added custom CSS like so:
.jp-carousel {
position: fixed!important;
}
It works now and does not effect any core files. So, please let me know if you think it may harm something else..
Thank you!
Maria