Skip to content

Commit e46ae4b

Browse files
committed
Add smooth scrolling behavior to enhance user experience
1 parent 61726bd commit e46ae4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@
4747
.parallax {
4848
transform: translateZ(-1px) scale(2);
4949
z-index: -1;
50+
}
51+
52+
html {
53+
scroll-behavior: smooth;
5054
}

0 commit comments

Comments
 (0)