aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/stacking_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/display_list/stacking_context.rs')
-rw-r--r--components/layout/display_list/stacking_context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/display_list/stacking_context.rs b/components/layout/display_list/stacking_context.rs
index 9809e428d6e..b044b713260 100644
--- a/components/layout/display_list/stacking_context.rs
+++ b/components/layout/display_list/stacking_context.rs
@@ -1477,7 +1477,7 @@ impl BoxFragment {
y: overflow.y.into(),
};
- let content_rect = self.scrollable_overflow().to_webrender();
+ let content_rect = self.reachable_scrollable_overflow_region().to_webrender();
let scroll_tree_node_id = display_list.define_scroll_frame(
parent_scroll_node_id,