/* Remove the side panel scrollbar */
.tsd-navigation::-webkit-scrollbar {
  display: none;
}

.tsd-navigation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container-main {
  flex: 1;
  width: 80%;
  padding-bottom: 20px;
}

.tsd-navigation.secondary li.focus > a, .tsd-navigation.secondary ul.current li.focus > a {
  border-left-color: grey;
}

