@media only screen and (min-width: 992px) {
  .offcanvas-body ul.navbar-nav li:not(:first-child) {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
    .offcanvas:after {
        z-index: -10 !important;
    } 
}