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
Checked the midnight js looks like on update headers function you are using translateZ which is known that IE does not support kind of 3d transforms well, so removing that translateZ value it works on IE 9. leaving only the translateY which is supported as 2d transformations
seems to be not working on IE 9 even from your official page
The text was updated successfully, but these errors were encountered: