You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out Polymer and I found that by using paper-scroll-header-panel and paper-dialog in the same page will cause the backdrop of the dialog to cover up the dialog itself, making the dialog not clickable:
I was trying out Polymer and I found that by using
paper-scroll-header-panel
andpaper-dialog
in the same page will cause the backdrop of the dialog to cover up the dialog itself, making the dialog not clickable:A simple page that reproduces the problem:
As soon as the scroll header panel is removed, the modal works perfectly. It seems the header panel is the problem here. Tested on Polymer v1.0.
The text was updated successfully, but these errors were encountered: