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

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%;