in IE 9 by default: overflow-x is hidden, overflow-y is visible
in IE 10 by default: overflow-x is visible, overflow-y is visible
when set overflow: auto -
IE9: is vertically scrolled when need
IE10: is horizontally scrolled when need
Can you explain the difference?