I'm working on a webpage layout that includes an image positioned on the right side of the page. I want to create horizontal scroll bars when the browser window is resized, so I added the overflow: visible property. Additionally, I want the image to be fixed in its position so that it stays in place when the page is scrolled up or down. However, I am having trouble getting both features to work together. It seems that the two properties are conflicting. Is there a solution to this issue?