.sidebar {
  position: sticky;
  top: var(--header-height);
  height: fit-content;
  overflow-y: visible;
}
.sidebar li .btn {
  text-align: start;
  padding-block: 10px;
  height: auto;
}

/*# sourceMappingURL=sidebar.css.map */
