:host {
    display: flex;
    flex-direction: column;
    height: 0;

    mat-sidenav-container {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    mat-sidenav-content > div {
        overflow: auto;
    }

    .menuMinimized {
        overflow-x: hidden;
    }

    .buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
}
