/*
 * Das Theme macht den inneren Container breiter als die Seitenleiste.
 * Deshalb scrollt bewusst die sichtbare äußere Navigation.
 */
.wy-nav-side {
  top: 0;
  bottom: 0;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #1f2937;
}

.wy-side-scroll {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.wy-menu-vertical {
  width: 100% !important;
  padding-bottom: 4rem;
}

.wy-nav-side::-webkit-scrollbar {
  width: 10px;
}

.wy-nav-side::-webkit-scrollbar-track {
  background: #1f2937;
}

.wy-nav-side::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border: 2px solid #1f2937;
  border-radius: 8px;
}

.wy-nav-side::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}
