사이트 2차 수정, 신규 페이지 추가
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
/* scroll-behavior: smooth 는 라우트 이동 시 스크롤 복원과 충돌해
|
||||
페이지 진입 시 자동 스크롤 버그를 유발하므로 제거.
|
||||
(인페이지 부드러운 스크롤은 JS window.scrollTo({behavior:'smooth'}) 로 개별 처리) */
|
||||
|
||||
body {
|
||||
background: var(--bg);
|
||||
|
||||
Reference in New Issue
Block a user