Avoid overflow with combobox (#13835)

This commit is contained in:
Paul Bottein 2022-09-21 11:23:22 +02:00 committed by GitHub
parent 56c78ae108
commit cedde3d6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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