-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fixed field circle icons not moving in Safari #35
Conversation
@ClaPalo is attempting to deploy a commit to the dottle's projects Team on Vercel. A member of the Team first needs to authorize it. |
The issue seems to be related with the style of transform set to |
It seems that by using RGBA for the colors, it's possible to set to opacity without creating the issue. |
This seems to be the solution to fix it. I cannot find any other approach. I created a PR to fix another issue that renders the buttons in the wrong position. |
Fix seems to be required for Notes and subject area as well. I will open another issue for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fix to #32.
For some reason, the problem seems to be related to the opacity of the buttons. I fixed it by setting the opacity back to 1, which doesn't seem to ruin the UX.