diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-17 12:14:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-17 12:14:00 +0000 |
commit | d249dd517bfd3e2f21b824994e13e88e975a3c4f (patch) | |
tree | efebf7d3972fbd7f0221cd28377804093c1b1f91 /modules | |
parent | 3064ad3efe7e3fea631ebabc06a22fc82db86c80 (diff) | |
download | uxp-d249dd517bfd3e2f21b824994e13e88e975a3c4f.tar.gz |
[CSS] Enable scrollbar-width keyword by default.
I totally forgot this <.<
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index ce2c9c770a..993eef3914 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". |