Skip to content

Commit aa39456

Browse files
feat(frontend): smooth scroll
1 parent bb14097 commit aa39456

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
margin: 0;
55
padding: 0;
66
overflow-x: hidden;
7+
scroll-behavior: smooth;
78
}
89

910
:root {

0 commit comments

Comments
 (0)