Skip to content

Commit

Permalink
fix: 스크롤 튀는 현상 수정
Browse files Browse the repository at this point in the history
- beacon컴포넌트 위치가 잘못 조정된 문제
- beaconSize: 0으로 설정하여 beaconComponent 사용 X
  • Loading branch information
ojj1123 committed Nov 9, 2024
1 parent c47a420 commit 5c6849d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pageTemplates/home/HomeInitialSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ function HomeInitialSetting() {
options: {
width: 320,
zIndex: 1000,
beaconSize: 0,
},
}}
spotlightPadding={8}
spotlightPadding={5}
scrollOffset={60}
/>
</>
Expand Down

0 comments on commit 5c6849d

Please sign in to comment.