html, body { height: 100%; }
.sidebar {
  min-height: 100vh;
  position: sticky;
  top: 0;
}
