mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
LibWeb/CSS: Set "inherited" to false for "clip" property
"clip" should not be inherited.
This commit is contained in:
parent
81d9a6f44a
commit
5896c0ed06
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"clip": {
|
"clip": {
|
||||||
"inherited": true,
|
"inherited": false,
|
||||||
"initial": "auto",
|
"initial": "auto",
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
"auto"
|
"auto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue