From c7ef5b0fbf97bb75ec60400cd65085ac118816be Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Sep 2022 20:25:46 +0200 Subject: [PATCH] firefox: try using proximity to snap stuff Otherwise, very big tweets may be difficult to scroll pass. --- dotfiles/firefox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */