PolymerElements / iron-pages

Simple content switcher
https://www.webcomponents.org/element/PolymerElements/iron-pages
48 stars 19 forks source link

display is overridden by iron pages #71

Closed arkaray closed 6 years ago

arkaray commented 6 years ago

Description

paper-dialog(or any other tag for that matter) style="display: flex;" has no effect due to !important in iron-pages style.

Expected outcome

display:flex is not overridden

Actual outcome

display:flex is overridden

Steps to reproduce

  1. Define a polymer element with paper-dialog in it with display: flex
  2. Use that element inside iron pages

Browsers Affected

Haven't Tested

arkaray commented 6 years ago

Sorry seems to be issue with paper dialog