Newest questions tagged css - Stack Overflow
•
2026-07-31 06:16
Global scroll bar shown when element inside an overflow: scroll element extends beneath the bottom of screen
I am trying to prevent a scroll bar from appearing on my website when the width is shrunk. My container, #preview-container, has the property overflow-y: scroll and contains a div, #preview, which has no scroll properties and contains children such as paragraphs. In dev tools, I can see that #preview extends below the screen, but since #preview-container has overflow-y: scroll, the expected result...