mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
LibWeb: Establish stacking context when backdrop-filter is not 'none'
This commit is contained in:
parent
6b50425013
commit
8ace6b4f1d
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
},
|
||||
"backdrop-filter": {
|
||||
"affects-layout": false,
|
||||
"affects-stacking-context": true,
|
||||
"inherited": false,
|
||||
"initial": "none",
|
||||
"valid-types": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue