mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibWeb: Mark transform
property as affecting stacking contexts
This commit is contained in:
parent
75e0b21940
commit
469e881eca
1 changed files with 2 additions and 1 deletions
|
@ -1218,7 +1218,8 @@
|
|||
},
|
||||
"transform": {
|
||||
"inherited": false,
|
||||
"initial": "none"
|
||||
"initial": "none",
|
||||
"affects-stacking-context": true
|
||||
},
|
||||
"transform-origin": {
|
||||
"affects-layout": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue