skip to Main Content

Html – Why is this overflow not detected?

The item-outer-container element has a smaller width than its child div, so why doesn't a horizontal scrollbar appear? https://jsfiddle.net/v32h5ko7/ #container { position: absolute; top: 50%; right: 50%; transform: translateY(-50%) translateX(50%); padding: 20px; border: solid 1px; border-radius: 100px; width: 90%; display:…

VIEW QUESTION
Back To Top
Search