🎨
This commit is contained in:
parent
6783178dc3
commit
616594d3cd
3 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ export class StickySidebar {
|
|||
private isTop = false;
|
||||
private isBottom = false;
|
||||
private offsetTop: number;
|
||||
private globalHeaderHeight: number = 59;
|
||||
private globalHeaderHeight = 59;
|
||||
|
||||
constructor(container: StickySidebar['container'], marginTop = 0, globalHeaderHeight = 0) {
|
||||
this.container = container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue