Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-10-31 23:50:37 +01:00 committed by Martin Robinson
parent 042864d34a
commit 58600c7854

View file

@ -2209,6 +2209,7 @@ impl Parse for Overflow {
"-moz-hidden-unscrollable" if static_prefs::pref!("layout.css.overflow-moz-hidden-unscrollable.enabled") => {
Overflow::Clip
},
#[cfg(feature = "gecko")]
"overlay" if static_prefs::pref!("layout.css.overflow-overlay.enabled") => {
Overflow::Auto
},