#content {
    margin-top: 56px;
    padding: 10px;
    height: calc(100vh - 56px);
    overflow: auto;
    box-sizing: border-box;
}