When you zoom in, this breaks. This div should not give the page scroll bars. In Webkit, the media query width is in system pixels, when it should be in CSS pixels.

At first I thought this discrepancy could be useful to detect zoom level (since it's the same as document.width which is gone now), but then I realized that this is a pretty bad bug that really should be fixed asap.