I have 2 section in my HTML document see Here, now when i reduce the window size to about 820px the 2ns section shrinks , Why does that happen?
see screenshot below:
now the second section has overflow:auto
, if I remove that, everything works fine, Link HERE
But what is really causing the issue, the section
element is definitely a block element, so why is it not taking 100% width? Can anybody explain?