Closed
Description
When using paper-tabs (Polymer 1.0) inside a flexbox without a specific width, they disappear in IE (10 as well as 11).
<div class="horizontal layout center">
<div class="flex">This is flex</div>
<paper-tabs>
<paper-tab>Paper</paper-tab>
<paper-tab>Tabs</paper-tab>
</paper-tabs>
</div>
Any solution as I guess I should be able to use it this way (I'm very new to Polymer).