.savemenu, .savemenu-label, .savemenu-toggle, .savemenu-item {
  display: flex;
  white-space: nowrap;
}

.savemenu-toggle + .dropdown-menu.show {
  /* I wanna put this to auto, but it always shows no matter what I do with max-height  */
  overflow-y: auto; 
  overflow-x: hidden;
  max-height: 70vh;
  padding-bottom: 10px;
  padding-top: 5px;
  border: 1px solid rgb(170,170,170) !important; 
}

.savemenu.show {
  border: 1px solid rgb(170,170,170) !important; 
}