body css smarts from v1

This commit is contained in:
Adam Bradley
2015-06-10 19:10:11 -05:00
parent 5ccdf688ed
commit 3034b70b2b

View File

@ -10,17 +10,28 @@ body {
max-height: 100%; max-height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
word-wrap: break-word;g
-webkit-tap-highlight-color: rgba(0,0,0,0); touch-action: manipulation;
-webkit-touch-callout: none;
-webkit-user-drag: none; -webkit-user-drag: none;
-ms-content-zooming: none; -ms-content-zooming: none;
touch-action: manipulation; -webkit-font-smoothing: antialiased;
font-smoothing: antialiased; font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none; text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-backface-visibility: hidden;
} }
ion-app { ion-app {