From 0aeccadbbd21a2da5daa35cc5c13a408d8b7cdf4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 07:29:34 -0400 Subject: [PATCH] librewolf: disable overscroll --- home/librewolf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/librewolf.nix b/home/librewolf.nix index 9ff2617e..2865a217 100644 --- a/home/librewolf.nix +++ b/home/librewolf.nix @@ -79,6 +79,8 @@ let "network.dns.native_https_query" = false; + "apz.overscroll.enabled" = false; + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; };