Skip to content

Commit

Permalink
scroll don't jump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jan 6, 2024
1 parent c46cb17 commit 161c210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1597,3 +1597,8 @@ table.ThemeMenubar {
margin-left: .1rem;
margin-right: .1rem;
}
@media(prefers-reduced-motion: no-preference) {
:has(:target) {
scroll-behavior: smooth;
}
}

0 comments on commit 161c210

Please sign in to comment.