/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    top: 0; /* Stay at the top */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    max-width: 90%;
    background-color: $j-sidenav-background;
}