Skip to content

Commit

Permalink
feat(styles/globals): idk how but smooth scrolling is nonexistent
Browse files Browse the repository at this point in the history
Signed-off-by: Irvan Malik <irvanmalik48@gmail.com>
  • Loading branch information
irvanmalik48 committed Apr 10, 2023
1 parent 501bec4 commit 6dd4d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
}
}

html,
body {
@apply scroll-smooth;
}

.scrollspy-active {
@apply bg-red-400 bg-opacity-10 text-opacity-100;
}
Expand Down

0 comments on commit 6dd4d37

Please sign in to comment.