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 867283a commit 29177a5Copy full SHA for 29177a5
src/lib/sticky-header/sticky-header-dir.ts
@@ -96,9 +96,7 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
96
*/
97
private _containerStart: number;
98
/**
99
- * It is 'The bottom of CdkStickyRegion of current sticky header - the height
100
- * of current header', which is used with '_containerStart' to judge whether the current header
101
- * need to be stuck.
+ * `_scrollFinish` is the place from where the stuck element should be unstuck
102
103
private _scrollFinish: number;
104
/** The width of the sticky-header when it is stuck. */
0 commit comments