質問編集履歴

1

ソースコード間違いprofile.top → info.top に修正

2021/06/19 15:33

投稿

kakedashi_php
kakedashi_php

スコア6

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  let info = $('section#info').offset();
74
74
 
75
- if(pageOffset > profile.top - windowHeight + ambiguous) {
75
+ if(pageOffset > info.top - windowHeight + ambiguous) {
76
76
 
77
77
  $('section#info').css({
78
78