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 6ef4c8d commit 0e3b6f3Copy full SHA for 0e3b6f3
src/lib/sticky-header/sticky-header.ts
@@ -224,7 +224,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
224
left: this.upperScrollableContainer.offsetLeft + 'px',
225
bottom: 'auto',
226
width: this._originalStyles.width,
227
- zIndex: this.zIndex + '',};
+ zIndex: this.zIndex + ''
228
+ };
229
extendObject(this.element.style, stickyCss);
230
}
231
@@ -251,7 +252,8 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
251
252
right: '0',
253
left: 'auto',
254
bottom: '0',
- width: this._originalStyles.width};
255
+ width: this._originalStyles.width
256
257
extendObject(this.element.style, unstuckCss);
258
259
0 commit comments