I have a div container that is centered (on the edge-left: auto and margin-right: auto), and the page design looks great when loading ... Below this div is another hidden one that appears at the user's request. But when this happens, the browser scroll appears and ruins my design, because the centered div also moves a few pixels to the left (so that it can again be in the center).
Can this behavior be stopped?
An alternative solution is to add overflow-y: scroll, but I found that overflow-y is not supported by all browsers, and I canβt find which browsers ... Can anyone post a link where I can see the support list browser for css3 functions?
source
share