googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

Polymer <paper-tabs> got clashing in <core-pages> #44

Open ilhamfadllah opened 9 years ago

ilhamfadllah commented 9 years ago

I got clashing view, when using paper-tabs into core-pages. So the issue like the images below: tabs-work When i chaged to the other section, the clash has occured: tabs-clash I have tried to arranged by javascript, but it doesn,t work. doesn t work

Thanks in advance

ilhamfadllah commented 9 years ago

Can you help me, Mr. @robdodson

robdodson commented 9 years ago

It's really hard to say without seeing the markup. Are you able to create a jsbin to demonstrate the problem?

robdodson commented 9 years ago

Also, it might be better to ask this question over on StackOverflow. I don't think this is a bug in the tutorial, but more a question about how to implement a feature in your app.