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
fix(popover): add fallback value if parseFloat on css fails
Arrow positioning for certain corner placements on popover fails on firefox (possibly other non-webkit browsers). In this case, parseFloat() returns NaN and resulting in all operations to be converted to NaN. Adding fallback to 0 in case the parseFloat returns NaN
0 commit comments