Credit to @daniel-heppner-ibigroup for discovering this solution. The latest update in Chrome is causing issues with the filter property impacting the position of elements. Switching to opacity creates a similar effect but with no positioning issues!
PR Checklist:
[x] Does the code follow accessibility standards (WCAG 2.1 AA Compliant)?
[n/a] Are all languages supported (Internationalization/Localization)?
[n/a] Are appropriate Typescript types implemented?
Description:
Credit to @daniel-heppner-ibigroup for discovering this solution. The latest update in Chrome is causing issues with the
filter
property impacting theposition
of elements. Switching toopacity
creates a similar effect but with no positioning issues!PR Checklist: