Skip to content

Commit

Permalink
fix: use smooth scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Mar 28, 2024
1 parent f3e2dbf commit 8dad350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ html,
body,
#app,
#__nuxt {
@apply flex h-full flex-col;
@apply flex h-full flex-col scroll-smooth;
}

a,
button {
@apply rounded ring-main-200 focus:outline-none focus-visible:ring;
@apply rounded focus:outline-none focus-visible:ring;
}

::selection {
Expand Down

0 comments on commit 8dad350

Please sign in to comment.