File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 );
4950}
5051
5152
52- # drawer [narrow ] # controls {
53+ # controls [narrow ] {
5354 width : 100% ;
5455}
5556
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments