Change height of dropdown window

Add this code to the Custom CSS field on the Settings tab of your Website Translator widget’s settings:

[class*="dropdown__Container-sc"] {
  max-height: 500px !important;
}

Kudos to @user4817 for inspiring us to include this in the CSS list :clap:

1 Like