You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using left: 95%; is a dirty way fix approximating the 3px margin, and seems to work in all browsers.
Steps to Reproduce
Use Safari.
Click toggle.
Context (Environment)
Tested on both Safari 10.0.2 (webkit 12604.4.7.1.3), and Safari Technology Preview 11.1 (release 44, webkit 12605.1.13.2). Ran on on MacOS Sierra 10.12.6.
The text was updated successfully, but these errors were encountered:
When using the custom-toggle class in Safari, the toggle knob animates out of bounds.
Expected Behavior
The toggle knob animates left (off) to right (on).
Current Behavior
On Safari the knob animates left out of the bounds of the control.
Possible Solution
This problem is in the difference in parsing
left
in the following snippet:Using
left: 95%;
is a dirty way fix approximating the 3px margin, and seems to work in all browsers.Steps to Reproduce
Context (Environment)
Tested on both Safari 10.0.2 (webkit 12604.4.7.1.3), and Safari Technology Preview 11.1 (release 44, webkit 12605.1.13.2). Ran on on MacOS Sierra 10.12.6.
The text was updated successfully, but these errors were encountered: