.nav-frame__right {
  overflow-y: auto
}

.auto-height {
  height: auto !important;
}

.textWithEllipses{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}