#scrolling-container {
    
    height: calc(100vh - 78px);
    overflow-y: scroll;
}

#viewframe{
    height: 100vh;
}

#menu {
    height: 70px;
}