opentripplanner / otp-react-redux

A library for writing modern OpenTripPlanner-compatible multimodal journey planning applications using React and Redux.
MIT License
74 stars 52 forks source link

Fix D/T Moving Text Chrome/Filter bug #1250

Closed amy-corson-ibigroup closed 3 months ago

amy-corson-ibigroup commented 3 months ago

Description:

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: