.scale-height-bottom-enter-active,
.scale-height-bottom-leave-active {
  transition: $transition-types-transform;
  transform-origin: bottom;
}
.scale-height-bottom-leave-to,
.scale-height-bottom-enter {
  transform: scaleY(0);
}
