Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper-tabs in Flexbox #1730

Closed
Dyljyn opened this issue Jun 3, 2015 · 2 comments
Closed

Paper-tabs in Flexbox #1730

Dyljyn opened this issue Jun 3, 2015 · 2 comments
Assignees

Comments

@Dyljyn
Copy link

Dyljyn commented Jun 3, 2015

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).

@19Gerhard85
Copy link

@Dyljyn
Did you tried the universal CSS fix for IE?

zoom: 1;

@tjsavage
Copy link
Contributor

tjsavage commented Jun 5, 2015

auto-moving this issue to PolymerElements/paper-tabs#29 and closing this one

@tjsavage tjsavage closed this as completed Jun 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants