From a29e342411beca8bf08496d0144ce1917389dcad Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 17 Mar 2021 12:14:00 +0000 Subject: [PATCH] [CSS] Enable scrollbar-width keyword by default. I totally forgot this <.< --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 7d48fb106d..ba0351ede4 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2453,7 +2453,7 @@ pref("layout.css.isolation.enabled", true); pref("layout.css.filters.enabled", true); // Is support for scrollbar-width property enabled? -pref("layout.css.scrollbar-width.enabled", false); +pref("layout.css.scrollbar-width.enabled", true); // Set the threshold distance in CSS pixels below which scrolling will snap to // an edge, when scroll snapping is set to "proximity".