Some loading box tweaks

This commit is contained in:
Max Lynch
2013-10-21 16:57:18 -05:00
parent ce5d3e6fde
commit bc6819d5a0
12 changed files with 849 additions and 634 deletions

View File

@@ -375,6 +375,14 @@ body, .ionic-body {
height: 100%;
-webkit-overflow-scrolling: touch; }
.content-plain {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch; }
.has-header {
margin-top: 44px; }