All major browsers should have good support for the CSS properties overflow-x and overflow-y, according to w3. However, I observed some poor behavior when using the visible
value in an example.
You can view the code example on GitHub or see a live demonstration here.
I am trying to avoid the irregular behavior that occurs with the visible
value. Ideally, I want vertical scrolling (auto
or scroll
) and horizontally overflowing content to be visible. I tested this on Chrome and Firefox.
How can I address this issue, and is it supposed to behave this way?