I've confirmed it, but you'll notice various other issues. I think the best option may be to use a <meta> tag to force IE users to be treated as IE10:
	
	
	
		Code:
	
	
		<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1" />
	 
 
You should be able to add this within the <head> tag in PAGE_CONTAINER.