diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-13 00:25:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-13 00:25:23 +0000 |
commit | 51581427794bb41142285bc837e9cf461d8abe7a (patch) | |
tree | 0be420e6bbd39dbdc889d341fa9a70300b3613c6 /modules | |
parent | 7023db88ca13046fda9204b018d8f48f10e44ec4 (diff) | |
parent | 0939fde1a45d757debf36394c5a76bfb0951b8d7 (diff) | |
download | uxp-51581427794bb41142285bc837e9cf461d8abe7a.tar.gz |
Merge pull request 'Add scrollbar-width CSS spec' (#1707) from 1705 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1707
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 513d94a5e4..9f2c48b0b7 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2483,6 +2483,9 @@ pref("layout.css.isolation.enabled", true); // Is support for CSS Filters enabled? pref("layout.css.filters.enabled", true); +// Is support for scrollbar-width property enabled? +pref("layout.css.scrollbar-width.enabled", false); + // Set the threshold distance in CSS pixels below which scrolling will snap to // an edge, when scroll snapping is set to "proximity". pref("layout.css.scroll-snap.proximity-threshold", 200); |