mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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) {
|
if (overlay) {
|
||||||
overlay.setAttribute("required-vertical-space", "0");
|
|
||||||
this._removeInert(overlay);
|
this._removeInert(overlay);
|
||||||
}
|
}
|
||||||
this._observeBody();
|
this._observeBody();
|
||||||
@ -331,7 +330,7 @@ export class HaComboBox extends LitElement {
|
|||||||
}
|
}
|
||||||
vaadin-combo-box-light {
|
vaadin-combo-box-light {
|
||||||
position: relative;
|
position: relative;
|
||||||
--vaadin-combo-box-overlay-max-height: calc(45vh);
|
--vaadin-combo-box-overlay-max-height: calc(45vh - 56px);
|
||||||
}
|
}
|
||||||
ha-textfield {
|
ha-textfield {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user