Merge pull request #7332 from owncloud/IE10-viewport
fix IE10 viewport sizeing
This commit is contained in:
commit
dde9193b2b
1 changed files with 5 additions and 0 deletions
|
@ -958,3 +958,8 @@ div.crumb:active {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
/* for IE10 */
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue