mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb: Mark transform
property as affecting stacking contexts
This commit is contained in:
parent
75e0b21940
commit
469e881eca
Notes:
sideshowbarker
2024-07-17 08:43:32 +09:00
Author: https://github.com/AtkinsSJ
Commit: 469e881eca
Pull-request: https://github.com/SerenityOS/serenity/pull/14627
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/linusg ✅
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