Have a div with position: static
and overflow: auto
. when changing the resolution of the screen overflow is not working for x axis in IE11.
div{
overflow: auto;
position: static
}
Have a div with position: static
and overflow: auto
. when changing the resolution of the screen overflow is not working for x axis in IE11.
div{
overflow: auto;
position: static
}