fix IE10 viewport sizeing

This commit is contained in:
Robin Appelman 2014-02-20 18:14:40 +01:00
parent ec45a3c0e2
commit d9bb21146f

View File

@ -958,3 +958,8 @@ div.crumb:active {
opacity: 0;
}
/* for IE10 */
@-ms-viewport {
width: device-width;
}