The problem is that IE doesn't render the page as it's latest version, adding a X-UA-Compatible
meta tag lets us to choose which version of IE should render the page, setting it to the latest (edge) version solves the problem:
<meta http-equiv="X-UA-Compatible" content="IE=edge">