Currently, I am in the process of developing a responsive design site prototype. Everything is going smoothly except for one peculiar issue that only seems to occur in Chrome. Sometimes, when expanding the window, the browser appears to get stuck between states, displaying duplicate elements and two scrollbars. However, as soon as I click somewhere outside of the browser window, everything is redrawn and looks normal again. Screenshot:
I've attempted various "tricks" to prompt Chrome to re-adjust the interface programmatically, such as adjusting the padding of the body element, changing the scrollY position, and numerous other methods, but nothing seems to work. Has anyone encountered this issue before? Any suggestions?