Skip to content

Commit f6f5deb

Browse files
committed
Merge pull request #25 from googlecodelabs/22
Fixes #22
2 parents 9db9de9 + 55dd6ee commit f6f5deb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codelab-style.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
--paper-drawer-panel-left-drawer-container: {
3333
background: var(--google-codelab-background, --paper-grey-100);
3434
overflow-y: auto;
35+
z-index: 1;
3536
};
3637
--paper-drawer-panel-main-container: {
3738
background: var(--google-codelab-background, --paper-grey-300);
@@ -49,7 +50,7 @@
4950
}
5051

5152

52-
#drawer[narrow] #controls {
53+
#controls[narrow] {
5354
width: 100%;
5455
}
5556

google-codelab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1 class="title">{{title}}</h1>
130130

131131
</paper-drawer-panel>
132132

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

0 commit comments

Comments
 (0)