Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion codelab-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
--paper-drawer-panel-left-drawer-container: {
background: var(--google-codelab-background, --paper-grey-100);
overflow-y: auto;
z-index: 1;
};
--paper-drawer-panel-main-container: {
background: var(--google-codelab-background, --paper-grey-300);
Expand All @@ -49,7 +50,7 @@
}


#drawer[narrow] #controls {
#controls[narrow] {
width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion google-codelab.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1 class="title">{{title}}</h1>

</paper-drawer-panel>

<footer id="controls" hidden$="[[noArrows]]">
<footer id="controls" hidden$="[[noArrows]]" narrow$="[[_narrow]]">
<div class="fabs layout horizontal justified">
<paper-fab raised class="navbutton prevbutton" icon="chevron-left"
on-tap="selectPrevious"
Expand Down