mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Avoid overflow with combobox (#13835)
This commit is contained in:
parent
56c78ae108
commit
cedde3d6a2
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user