mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
layout: Minor whitespace cleanup.
This commit is contained in:
parent
d3d2dd05f2
commit
117e92aefd
1 changed files with 1 additions and 2 deletions
|
@ -1614,8 +1614,7 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
||||||
self.base.stacking_context_id = stacking_context_id;
|
self.base.stacking_context_id = stacking_context_id;
|
||||||
|
|
||||||
let inner_stacking_context_id = if self.has_scrolling_overflow() {
|
let inner_stacking_context_id = if self.has_scrolling_overflow() {
|
||||||
StackingContextId::new_of_type(self.base.flow_id(),
|
StackingContextId::new_of_type(self.base.flow_id(), self.fragment.fragment_type())
|
||||||
self.fragment.fragment_type())
|
|
||||||
} else {
|
} else {
|
||||||
stacking_context_id
|
stacking_context_id
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue