mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implemented fullscreen top layer
This commit is contained in:
parent
a34c8f952e
commit
386c0f80ed
6 changed files with 38 additions and 7 deletions
|
@ -1917,6 +1917,7 @@ impl Fragment {
|
|||
border_box.to_layout(),
|
||||
overflow.to_layout(),
|
||||
self.effective_z_index(),
|
||||
self.style().get_box()._servo_top_layer,
|
||||
filters,
|
||||
self.style().get_effects().mix_blend_mode.to_layout(),
|
||||
self.transform_matrix(&border_box),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue