diff --git a/dotfiles/firefox.css b/dotfiles/firefox.css index 89d3415..8c8934c 100644 --- a/dotfiles/firefox.css +++ b/dotfiles/firefox.css @@ -2,7 +2,7 @@ @-moz-document domain(twitter.com) { html { - scroll-snap-type: y mandatory !important; + scroll-snap-type: y proximity !important; } /* Tweets in the timeline are
elements */