mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Bug 796212 part 0: Add pref "layout.css.flexbox.enabled" to all.js, set to false. r=bz
This commit is contained in:
parent
378a61052d
commit
5f1b3f4282
@ -1605,6 +1605,9 @@ pref("layout.css.devPixelsPerPx", "-1.0");
|
||||
// Is support for the the @supports rule enabled?
|
||||
pref("layout.css.supports-rule.enabled", true);
|
||||
|
||||
// Is support for CSS Flexbox enabled?
|
||||
pref("layout.css.flexbox.enabled", false);
|
||||
|
||||
// pref for which side vertical scrollbars should be on
|
||||
// 0 = end-side in UI direction
|
||||
// 1 = end-side in document/content direction
|
||||
|
Loading…
x
Reference in New Issue
Block a user