Skip to content

Commit

Permalink
fix(scroll-view): make it take up only 100% height
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Feb 5, 2014
1 parent 6db0d34 commit d2f9e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body, .ionic-body {

margin: 0;
padding: 0;

color: $base-color;
word-wrap: break-word;
font-size: $font-size-base;
Expand Down Expand Up @@ -65,6 +65,7 @@ body, .ionic-body {
}

.scroll-view {
height: 100%;
overflow: hidden;
position: relative;
//-webkit-perspective: 1000;
Expand Down Expand Up @@ -213,7 +214,7 @@ infinite-scroll .scroll-infinite {
overflow: hidden;
margin-top: -70px;
height: 60px;
position: relative;
position: relative;
}

.scroll-infinite-content {
Expand Down

0 comments on commit d2f9e94

Please sign in to comment.