Pietfro

Results 1 comments of Pietfro

@jukbot , to workaround this you could try adding a function that will move dialog's backdrop before dialog itself, like so: ``` const overlay = document.querySelector('iron-overlay-backdrop'); this.parentNode.insertBefore(overlay, this); ``` This...