Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mitigate issue with translate3D in Chromium-based browsers #324

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

gnbm
Copy link
Collaborator

@gnbm gnbm commented Apr 9, 2024

What was happening

  • In Chromium-based browsers under specific window sizes/resolutions, the dropdowns can have their content blurry:

image

After the fix

  • Added a parseInt to setOptionsPosition() to help fixing the issue with translate3D.

  • Ran regression scenarios - ✅

  • Run automated tests - ✅

image

Added a parseInt to `setOptionsPosition()` to help fixing an issue that happens on Chromium-based browsers under specific window sizes/resolutions where the dropdowns can have its content blurry.
@gnbm gnbm requested a review from sa-si-dev April 9, 2024 17:07
@gnbm gnbm merged commit 306e0a6 into sa-si-dev:master Apr 9, 2024
@gnbm gnbm mentioned this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants