Fixed #296 - scrollview dynamic sizing

This commit is contained in:
Max Lynch
2013-12-08 20:34:27 -06:00
parent c08007d248
commit 2e87fe306e
10 changed files with 143 additions and 6 deletions

9
dist/css/ionic.css vendored
View File

@@ -6334,6 +6334,15 @@ a.button {
.full-image {
width: 100%; }
.clearfix {
*zoom: 1; }
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0; }
.clearfix:after {
clear: both; }
/**
* Content Padding
* --------------------------------------------------