mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix combobox selecting wrong item on iOS (#17812)
This commit is contained in:
parent
321f35f30e
commit
a398b37380
@ -244,7 +244,6 @@ export class HaComboBox extends LitElement {
|
||||
);
|
||||
|
||||
if (overlay) {
|
||||
overlay.setAttribute("required-vertical-space", "0");
|
||||
this._removeInert(overlay);
|
||||
}
|
||||
this._observeBody();
|
||||
@ -331,7 +330,7 @@ export class HaComboBox extends LitElement {
|
||||
}
|
||||
vaadin-combo-box-light {
|
||||
position: relative;
|
||||
--vaadin-combo-box-overlay-max-height: calc(45vh);
|
||||
--vaadin-combo-box-overlay-max-height: calc(45vh - 56px);
|
||||
}
|
||||
ha-textfield {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user