mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 902992 - Enable position:sticky in non-release builds (e.g. Nightly and Aurora). r=dholbert
This commit is contained in:
parent
e1a6c697ad
commit
cd77eb0805
@ -1822,7 +1822,11 @@ pref("layout.css.filters.enabled", false);
|
||||
pref("layout.css.flexbox.enabled", true);
|
||||
|
||||
// Is support for CSS sticky positioning enabled?
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layout.css.sticky.enabled", false);
|
||||
#else
|
||||
pref("layout.css.sticky.enabled", true);
|
||||
#endif
|
||||
|
||||
// Is support for the CSS4 image-orientation property enabled?
|
||||
pref("layout.css.image-orientation.enabled", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user