We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c8b6 commit 8f2cff3Copy full SHA for 8f2cff3
src/lib/sticky-header/sticky-header.ts
@@ -225,7 +225,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
225
left: this.upperScrollableContainer.offsetLeft + 'px',
226
bottom: 'auto',
227
width: this._originalStyles.width,
228
- zIndex: this.zIndex + '',};
+ zIndex: this.zIndex + ''
229
+ };
230
extendObject(this.element.style, stickyCss);
231
}
232
@@ -252,7 +253,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
252
253
right: '0',
254
left: 'auto',
255
bottom: '0',
- width: this._originalStyles.width};
256
+ width: this._originalStyles.width
257
258
extendObject(this.element.style, unstuckCss);
259
260
0 commit comments