Weird problem in IE11, the fixed background of the following project flickers when using mousewheel or cursor keys only. This is a bug, for sure.
website: http://ge
We can remove grey flicker on IE9, IE10, IE11, MEdge<=20 by setting overflow of html and body like
overflow
html{ overflow: hidden; height: 100%; } body{ overflow: auto; height: 100%; }