I'm embarking on a special mission using CSS, HTML, and jQuery. My goal is to prevent scrolling when I hover over a specific element on the page. Right now, I'm accomplishing this by setting the body's overflow property to "hidden." However, this results in the scrollbars disappearing, causing the content to shift to the right to fill the empty space left by the vanished vertical scrollbar. Is there a way to maintain the behavior of overflow:hidden while keeping scrollbar placeholders visible?