Skip to content

Commit d2f9e94

Browse files
committed
fix(scroll-view): make it take up only 100% height
1 parent 6db0d34 commit d2f9e94

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scss/_scaffolding.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body, .ionic-body {
3636

3737
margin: 0;
3838
padding: 0;
39-
39+
4040
color: $base-color;
4141
word-wrap: break-word;
4242
font-size: $font-size-base;
@@ -65,6 +65,7 @@ body, .ionic-body {
6565
}
6666

6767
.scroll-view {
68+
height: 100%;
6869
overflow: hidden;
6970
position: relative;
7071
//-webkit-perspective: 1000;
@@ -213,7 +214,7 @@ infinite-scroll .scroll-infinite {
213214
overflow: hidden;
214215
margin-top: -70px;
215216
height: 60px;
216-
position: relative;
217+
position: relative;
217218
}
218219

219220
.scroll-infinite-content {

0 commit comments

Comments
 (0)