Skip to content

Commit

Permalink
Fix failing tests: remove smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson committed Feb 25, 2025
1 parent 9b8496f commit 9159b3a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions media/css/protocol/protocol-mozilla-2024.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
@import '../m24/vars/fonts';
@import '../m24/vars/text';

// smooth scroll
html {
scroll-behavior: smooth;

@media (prefers-reduced-motion: reduce) {
scroll-behavior: auto;
}
}

// Temporary styling until the newsletter component is updated in Protocol
// https://github.com/mozilla/protocol/issues/578

Expand Down

0 comments on commit 9159b3a

Please sign in to comment.