PolymerElements / paper-toolbar

A Material Design toolbar/appbar
https://www.webcomponents.org/element/PolymerElements/paper-toolbar
40 stars 41 forks source link

Elements inside toolbar not showing #98

Open marko911 opened 7 years ago

marko911 commented 7 years ago

Description

Elements inside the paper-toolbar component aren't visible, they are somehow behind the toolbar.

Actual outcome

Screenshot of title element not showing

Code

Here is what the component I'm rendering looks like GIST

dannywolfmx commented 6 years ago

You need add the "slot" attribute in your element, for example " slot='top' "