Skip to content

Commit 00376e1

Browse files
committed
Add caniuse link for overflow-property
1 parent 1c8265d commit 00376e1

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

cssdb.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -480,20 +480,7 @@
480480
"description": "A property for defining `overflow-x` and `overflow-y`",
481481
"specification": "https://www.w3.org/TR/css-overflow-3/#propdef-overflow",
482482
"stage": 2,
483-
"caniuse-compat": {
484-
"and_chr": {
485-
"68": "y"
486-
},
487-
"and_ff": {
488-
"61": "y"
489-
},
490-
"chrome": {
491-
"68": "y"
492-
},
493-
"firefox": {
494-
"61": "y"
495-
}
496-
},
483+
"caniuse": "css-overflow",
497484
"example": "html {\n overflow: hidden auto;\n}",
498485
"polyfills": [
499486
{

0 commit comments

Comments
 (0)