mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Avoid overflow with combobox (#13835)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user