Skip to content

Commit cf37540

Browse files
committed
Add smooth scrolling behavior to enhance user experience
1 parent 5f30476 commit cf37540

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)