mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
91ef67f48e
commit
4cb2a0e57b
@ -242,7 +242,7 @@
|
||||
}
|
||||
|
||||
this.containerTop = this.refs.main.getBoundingClientRect().top;
|
||||
this.headerHight = 48;
|
||||
this.headerHight = this.root.getBoundingClientRect().top;
|
||||
|
||||
window.addEventListener('scroll', this.followWidgets);
|
||||
window.addEventListener('resize', this.followWidgets);
|
||||
|
Loading…
Reference in New Issue
Block a user