@media screen and (min-width: 1261px) {
  .glossary-sidebar__container {
    width: 340px;
    top: 120px;
    position: sticky;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}
