Ion-Content's height getting fixed at 500px. Footer not in position

I recently moved to Ionic Beta 14. Immediately, I see that my footer is not sitting at the bottom. It appears that the ion-content gets a default height definition of 500px and footer is sitting just below that.

Anyone faced such issues? How do I fix this? Thanks in advance for the help.

(I do not see any bug reports filed in this regard)

hi,
please open a codepan with your code

Hi, I found that it was due to the “animation.css” file that had this…
.view-container {
height:500px;
position:relative;
}
The changelog for beta 14 says that “The CSS for view transitions have changed.” as part of breaking changes section.

So, I removed that animation.css file. Its fine now…

1 Like