layout: Allow the overflow area of the <body> to be scrolled.

Fixes scrolling on Twitter.
This commit is contained in:
Patrick Walton 2015-09-10 18:06:37 -07:00
parent f190ba360e
commit 99587cf105
4 changed files with 46 additions and 1 deletions

View file

@ -482,6 +482,9 @@ pub fn traverse_flow_tree_preorder(
})
});
}, shared_layout_context);
let layout_context = LayoutContext::new(shared_layout_context);
flow_ref::deref_mut(root).late_store_overflow(&layout_context);
}
pub fn build_display_list_for_subtree(