You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
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 -->