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
z-index css added to app-drawer-layout/app-drawer-layout.html by #390 is a breaking change.
Expected outcome
When paper-dialog is used with-backdrop inside app-drawer-layout, the dialog should appear above the backdrop.
Actual outcome
When the dialog is opened it creates body>iron-overlay-backdrop with a z-index of 102, sets z-index: 103 for the dialog. The paper-dialog is below iron-overlay-backdrop because of app-drawer-layout having z-index less than 102.
Live Demo
I'm unsure how to publish a demo using 2.0-preview. If it's needed and someone tells me how I can make a simple demo.
Description
z-index css added to app-drawer-layout/app-drawer-layout.html by #390 is a breaking change.
Expected outcome
When paper-dialog is used with-backdrop inside app-drawer-layout, the dialog should appear above the backdrop.
Actual outcome
When the dialog is opened it creates
body>iron-overlay-backdrop
with a z-index of 102, sets z-index: 103 for the dialog. The paper-dialog is below iron-overlay-backdrop because of app-drawer-layout having z-index less than 102.Live Demo
I'm unsure how to publish a demo using 2.0-preview. If it's needed and someone tells me how I can make a simple demo.
Steps to reproduce
<paper-dialog with-backdrop>
insideapp-drawer-layout
Browsers Affected
The text was updated successfully, but these errors were encountered: