Skip to content

Commit

Permalink
chore(style): add smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 5, 2024
1 parent a2cfc07 commit b0a5019
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body,
div,
ul,
table {
scroll-behavior: smooth;
}

0 comments on commit b0a5019

Please sign in to comment.