@media (min-width: 992px){
  #kt_app_sidebar{
    transform:none !important; visibility:visible !important;
    transition:none !important; animation:none !important;
  }
}
/* Overlay-over-drawer click-trap, see the note above kv_nav_desktop_guard().
   The z-index:auto line is the one that actually does the work — without it the
   other two are decoration, because the sidebar is not in the same stacking
   context as the overlay. */
@media (max-width: 991.98px){
  body.kv-sidebar-open #kt_app_wrapper{ z-index:auto !important; }
  body.kv-sidebar-open #kt_app_sidebar{ z-index:2147483646 !important; }
  body.kv-sidebar-open #kvSidebarOverlay{ z-index:2147483645 !important; }
}
