.remaining-height-layout {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}

.remaining-height-layout-content {
    flex-grow: 1;
    overflow: auto;
    height: 1px;
}