Two scrollbars problems?
问题 Following up on this post, I made a test, but I still got a bit of problem - the page has two scroll bars when you click to display the image. I don't need the background scrollbar when the image is being displayed, I only need the scrollbar on the image container. How can I hide the background scrollbar without making the page jumpy? the css, #container-image { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-x: auto; overflow-y: scroll; z-index:100; } the html, <p