Can a fixed fullscreen division
position:fixed; width:100%; height:100%;
cover the entire body of a page, including scroll bars?
I understand that setting the body to overflow:hidden;
can achieve this, but I am facing an issue where I want the fullscreen division to fade in while maintaining its width without being affected by changes in the body's overflow property.
Feel free to check out this demo. Note how altering the body's overflow impacts the width of the fixed division: http://jsfiddle.net/bk63qejf/