diff options
Diffstat (limited to 'components/layout/display_list_builder.rs')
-rw-r--r-- | components/layout/display_list_builder.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs index 0e3b23e0912..b93c3c56c15 100644 --- a/components/layout/display_list_builder.rs +++ b/components/layout/display_list_builder.rs @@ -1614,8 +1614,7 @@ impl BlockFlowDisplayListBuilding for BlockFlow { self.base.stacking_context_id = stacking_context_id; let inner_stacking_context_id = if self.has_scrolling_overflow() { - StackingContextId::new_of_type(self.base.flow_id(), - self.fragment.fragment_type()) + StackingContextId::new_of_type(self.base.flow_id(), self.fragment.fragment_type()) } else { stacking_context_id }; |