mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Further changes required by Servo
This commit is contained in:
parent
042864d34a
commit
58600c7854
1 changed files with 1 additions and 0 deletions
|
@ -2209,6 +2209,7 @@ impl Parse for Overflow {
|
||||||
"-moz-hidden-unscrollable" if static_prefs::pref!("layout.css.overflow-moz-hidden-unscrollable.enabled") => {
|
"-moz-hidden-unscrollable" if static_prefs::pref!("layout.css.overflow-moz-hidden-unscrollable.enabled") => {
|
||||||
Overflow::Clip
|
Overflow::Clip
|
||||||
},
|
},
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
"overlay" if static_prefs::pref!("layout.css.overflow-overlay.enabled") => {
|
"overlay" if static_prefs::pref!("layout.css.overflow-overlay.enabled") => {
|
||||||
Overflow::Auto
|
Overflow::Auto
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue