Fixed #658 - Autocomplete: when the menu open upwards style broken
parent
028a926a27
commit
6426f6b533
|
@ -117,6 +117,11 @@ export default {
|
|||
}
|
||||
this.overlay = null;
|
||||
},
|
||||
updated() {
|
||||
if (this.overlayVisible) {
|
||||
this.alignOverlay();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onOverlayEnter() {
|
||||
this.overlay.style.zIndex = String(DomHandler.generateZIndex());
|
||||
|
|
Loading…
Reference in New Issue