Don't limit combo-box dropdown size (#25952)

This commit is contained in:
Paul Bottein 2025-06-26 16:12:07 +02:00 committed by GitHub
parent b154bc1502
commit e2ab52e10e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,6 @@ export class HaComboBox extends LitElement {
}
vaadin-combo-box-light {
position: relative;
--vaadin-combo-box-overlay-max-height: calc(45vh - 56px);
}
ha-combo-box-textfield {
width: 100%;