Skip to content

Commit

Permalink
feat: smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
nsdonato committed Jan 31, 2024
1 parent e29309f commit 4f71e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ img.bilbostack {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

img,
video,
svg {
Expand Down

0 comments on commit 4f71e8e

Please sign in to comment.