From 58600c7854a5932ac05fcb2f3998099e65073fd2 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 31 Oct 2023 23:50:37 +0100 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/box.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index c100f0b446f..582d1502bd3 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -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 },