fix(content): scrol-inner takes all height

This commit is contained in:
Manu Mtz.-Almeida
2018-05-11 19:24:44 +02:00
parent 875b9d0950
commit 3da0c989b2
3 changed files with 9 additions and 1 deletions

View File

@ -48,4 +48,8 @@ ion-scroll {
&.overscroll::after {
top: -1px;
}
> .scroll-inner {
min-height: 100%;
}
}