@import "../settings/variables";

.dropdown {
  &__overlay {
    max-height: 40vh;
    max-width: $button-dropdown-width;
  }
}
