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:
Question
How do I get my Polymer Starter Kit to look like the first picture and not the second?
- i.e.,
<paper-toolbar>
filling the entire screen width. - I still want to keep the
<paper-menu>
anddrawer
effect. I just want it under the<paper-toolbar>
. - Can you include a Plunker or JSBin with your answer please if possible?