firefox: try using proximity to snap stuff

Otherwise, very big tweets may be difficult to scroll pass.
This commit is contained in:
Vincent Bernat 2022-09-06 20:25:46 +02:00
parent ac132ed56b
commit c7ef5b0fbf

View file

@ -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 <article> elements */