mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +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": {
|
"transform": {
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "none"
|
"initial": "none",
|
||||||
|
"affects-stacking-context": true
|
||||||
},
|
},
|
||||||
"transform-origin": {
|
"transform-origin": {
|
||||||
"affects-layout": false,
|
"affects-layout": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue