Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Scrollable paper-tabs not visible in core-toolbar #36

@pawelstep

Description

@pawelstep

THe basic Polymer example works well.
https://github.com/Polymer/polymer-tutorial/blob/master/step-1/index.html

But if you just replace self-end with scrollable, you can see the arrows, but not the content of tab items - their boxes exist somewehre, but the content is invisible.
Short example based on the above (removed styles, added tabs), Chrome "Version 38.0.2125.111 m" :

<core-toolbar>

    <paper-tabs id="tabs" >
        <paper-tab>Menu Item One</paper-tab>
        <paper-tab>Menu Item Two</paper-tab>
        <paper-tab>Menu Item three</paper-tab>
        <paper-tab>Menu Item Four</paper-tab>
        <paper-tab>Menu Item Five</paper-tab>
        <paper-tab>Menu Item six</paper-tab>
    </paper-tabs>

</core-toolbar>

<!-- main page content will go here -->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions