David Walters
David Walters
@bastienarm Not the most elegant work-around, but this should help ``` ready() { this.addEventListener('google-map-search-results', e => this._updateCenter(e)); } /** * Update the map center on search result changes * @param...
@cdata @valdrinkoshi any movement on this? Even a workaround is proving troublesome
I suggest using https://github.com/PolymerElements/iron-overlay-behavior/pull/155 Until the PR is approved, you can access it by adding the following to your bower.json "iron-overlay-behavior": "PolymerElements/iron-overlay-behavior#stacking-context" This branch has no conflicts with master.
I've only encountered this when using `entry-animation="slide-from-right-animation"` and `entry-animation="slide-from-left-animation"`. Interestingly enough, the others seem to function without issue.