.page-container{
    width: 100%;
    height: calc(100vh - 58px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 20px;
}