clip-path issue fixed in Chrome 106 #14283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "github/fork/zaiddabaeen/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Chrome 105 due to a bug,
clip-pathneeded to be set as pointer events were ineffective outside CodeMirror editor instance but within paddings and margins of its elements. This has been resolved in Chrome 106 as seen here.Merged by: marijnh at 2025-03-31 11:06:21 UTC
Thanks!