mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fixes positioning of inline blocks that generate stacking contexts.
This commit is contained in:
parent
a521755607
commit
d61d3ad4ba
4 changed files with 44 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ impl Flow for InlineFlow {
|
|||
self.base
|
||||
.absolute_position_info
|
||||
.relative_containing_block_mode,
|
||||
CoordinateSystem::Own);
|
||||
CoordinateSystem::Parent);
|
||||
let clip = fragment.clipping_region_for_children(&self.base.clip,
|
||||
&stacking_relative_border_box);
|
||||
match fragment.specific {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue