I am facing an issue with two nested divs that have the same height settings.
The outer div has a max-width/height constraint along with overflow auto, causing scrollbars to appear when the inner content exceeds its dimensions.
However, even if I resize both divs to be the same size again, the scrollbars remain visible due to one scrollbar affecting the other.
Currently, my temporary workaround involves briefly shrinking the inner div's size and then readjusting it back to match the outer div's dimensions.
Is there a solution available to prevent the scrollbars from staying 'on' when both inner and outer divs are the same size?
Thank you in advance,
Rob
View demo here:
JSFiddle