Skip to content

Commit

Permalink
Update overrides (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Feb 4, 2025
1 parent e1a5f35 commit a46ca9f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion custom/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,5 +1198,17 @@
["css.properties.display.flow", "chrome", "*", false],
["css.properties.display.flow", "edge", "*", false],
["css.properties.display.flow", "firefox", "*", false],
["css.properties.display.flow", "safari", "*", false]
["css.properties.display.flow", "safari", "*", false],
"Value recognized, but had no effect yet",
["css.properties.line-break.anywhere", "chrome", "80-81", false],
["css.properties.line-break.anywhere", "edge", "80-81", false],
["css.properties.overscroll-behavior", "safari", "14-15.6", false],
["css.properties.overscroll-behavior", "safari_ios", "14-15.6", false],
["css.properties.overscroll-behavior-x", "safari", "14-15.6", false],
["css.properties.overscroll-behavior-x", "safari_ios", "14-15.6", false],
["css.properties.overscroll-behavior-y", "safari", "14-15.6", false],
["css.properties.overscroll-behavior-y", "safari_ios", "14-15.6", false],
"Only supported in the prefixed version",
["css.properties.ruby-position.inter-character", "chrome", "84+", false],
["css.properties.ruby-position.inter-character", "edge", "84+", false]
]

0 comments on commit a46ca9f

Please sign in to comment.