fix: 맨 위로 버튼과 카카오 플로팅 버튼 겹침 해결
scroll-to-top 버튼 bottom 2rem → 5.5rem 으로 상향 - website/page.tsx - website/samples/interior/page.tsx - website/samples/reading/page.tsx - website/samples/shopping/page.tsx Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -933,7 +933,7 @@ export default function WebsiteServicePage() {
|
||||
scroller.scrollTo({ top: 0, behavior: 'smooth' });
|
||||
}}
|
||||
style={{
|
||||
position: 'fixed', bottom: '2rem', right: '2rem', zIndex: 200,
|
||||
position: 'fixed', bottom: '5.5rem', right: '2rem', zIndex: 200,
|
||||
width: 48, height: 48, borderRadius: '50%',
|
||||
background: 'linear-gradient(135deg, #6366f1, #818cf8)',
|
||||
border: 'none', cursor: 'pointer',
|
||||
|
||||
Reference in New Issue
Block a user