This commit is contained in:
Adam Bradley
2015-05-12 10:17:17 -05:00
parent e28e19fa09
commit 5e45f030d4
7 changed files with 18 additions and 7 deletions

View File

@@ -12,6 +12,16 @@ html {
box-sizing: border-box;
}
body {
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
max-height: 100%;
margin: 0;
padding: 0;
}
// HTML5 display definitions
// ==========================================================================
@@ -62,7 +72,7 @@ strong {
// ==========================================================================
// Remove border when inside `a` element in IE 8/9/10.
[ion-app] img {
ion-app img {
border: 0;
}