mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Establish stacking context when backdrop-filter is not 'none'
This commit is contained in:
parent
6b50425013
commit
8ace6b4f1d
Notes:
sideshowbarker
2024-07-17 06:51:40 +09:00
Author: https://github.com/Lubrsi
Commit: 8ace6b4f1d
Pull-request: https://github.com/SerenityOS/serenity/pull/15775
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