.content-container{
    padding: 0 16px 16px 16px;
    height: calc(100vh - 64px);
    overflow: auto;

    scrollbar-width: thin;
}