[Canvas] Embeddable z-indexes broken in Chromium 94 #113295
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Canvas
impact:needs-assessment
Product and/or Engineering needs to evaluate the impact of the change.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Several users have brought up that after upgrading to Chrome 94 or Edge 94 that embeddables on a workpad are unable to be moved or interacted with.
It appears there was a change in Chromium around the
transform-style
css property. https://chromestatus.com/feature/5640541339385856This property is used by our element wrappers. Turning this style back to
flat
appears to fix the issue.We should make sure this
flat
property does not cause any further issues and if not, backport the fix to previous releases, as this will likely be broken for every previous release.The text was updated successfully, but these errors were encountered: