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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
core-drawer-panel.css has a #main {position:absolute;...} rule. When using a shadowdom polyfill, this rule falls through to the paper-dialog #main node. This causes conflicting rules. This also applies to any contents which contain a #main id. I was able to work around this by applying a /deep/ rule to my paper-dialog which forces the position to fixed. The proper fix would be to make the core-drawer-panel #main rule more specific.
core-drawer-panel.css has a #main {position:absolute;...} rule. When using a shadowdom polyfill, this rule falls through to the paper-dialog #main node. This causes conflicting rules. This also applies to any contents which contain a #main id. I was able to work around this by applying a /deep/ rule to my paper-dialog which forces the position to fixed. The proper fix would be to make the core-drawer-panel #main rule more specific.
Ex:
core-drawer-panel.css
would become
The text was updated successfully, but these errors were encountered: