Fixed #658 - Autocomplete: when the menu open upwards style broken

pull/682/head
Cagatay Civici 2020-11-25 11:42:41 +03:00
parent 028a926a27
commit 6426f6b533
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ export default {
}
this.overlay = null;
},
updated() {
if (this.overlayVisible) {
this.alignOverlay();
}
},
methods: {
onOverlayEnter() {
this.overlay.style.zIndex = String(DomHandler.generateZIndex());