채택완료

Uncaught TypeError: Cannot read property 'top' of undefined

콘솔에 아래와 같이 에러가 뜨는데 여러분들은 어떻게 해결하셨나요??

layout.js:163 Uncaught TypeError: Cannot read property 'top' of undefined

답변 1개

채택된 답변
+20 포인트

말그대로 자바스크립트 오류인데

layout.js 163라인에 top이 정의되지 않은것같습니다

답변을 작성하려면 로그인이 필요합니다.