@media (max-width: 991.98px) {
  .app-header {
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .app-wrapper {
    margin-top: var(--bs-app-header-height);
  }
}