mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
layout: Propagate overflow values from <body> to root element (#31618)
The specification gives instructions for how these values should be propagated. The other big changs here is that they aren't applied to the `<body>`. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
@@ -1026,6 +1026,7 @@ impl LayoutThread {
|
||||
fragment_tree.scrollable_overflow(),
|
||||
self.id.to_webrender(),
|
||||
epoch.into(),
|
||||
fragment_tree.root_scroll_sensitivity,
|
||||
);
|
||||
|
||||
// `dump_serialized_display_list` doesn't actually print anything. It sets up
|
||||
|
||||
Reference in New Issue
Block a user