mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
layout: Allow the overflow area of the <body>
to be scrolled.
Fixes scrolling on Twitter.
This commit is contained in:
parent
f190ba360e
commit
99587cf105
4 changed files with 46 additions and 1 deletions
|
@ -92,6 +92,8 @@ pub fn traverse_flow_tree_preorder(root: &mut FlowRef,
|
|||
let assign_block_sizes = AssignBSizesAndStoreOverflow { layout_context: &layout_context };
|
||||
|
||||
doit(root, assign_inline_sizes, assign_block_sizes);
|
||||
|
||||
root.late_store_overflow(&layout_context);
|
||||
}
|
||||
|
||||
pub fn build_display_list_for_subtree(root: &mut FlowRef,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue