@supports selector(::-webkit-scrollbar) {
    .md-sidebar__scrollwrap {
        height: 100vh;
        overflow-y: scroll;
    }
} 
