I want my <paper-toolbar>
to span the entire width of the page like this:
However, the Polymer Starter Kit has the <paper-menu>
taking up the left margin in the upper left corner like this:
How do I get my Polymer Starter Kit to look like the first picture and not the second?
<paper-toolbar>
filling the entire screen width.<paper-menu>
and drawer
effect. I just want it under the <paper-toolbar>
.You'll just have to insert a paper-drawer-panel
inside a paper-header-panel
.