html,
body {
  overscroll-behavior: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.app-navbar {
  position: sticky;
  top: 0;
  z-index: 20;
}
