Skip to content

Commit

Permalink
fix(ion-scroll): removed 100% height
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Apr 1, 2014
1 parent d295aee commit f0d3398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ body.grade-c {

// Hide the top border if any
margin-top: -1px;
height: 100%;
}

/**
Expand Down Expand Up @@ -287,6 +286,10 @@ ion-infinite-scroll.active .scroll-infinite {
.has-header {
top: $bar-height;
}
// Force no header
.no-header {
top: 0;
}

.has-subheader {
top: $bar-height * 2;
Expand Down

0 comments on commit f0d3398

Please sign in to comment.