/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}