Microsoft Edge, media query doesn't work correctly
问题 I tested this media query successfully on Google Chrome but somehow Microsoft Edge has issues with it. Is something wrong with these queries? Or is it just a bug in Microsoft Edge? UPDATE: It looks like Edge needs a Class without Media Query, so I added .height-fix{height:650px} and it works. @media all and (min-width:875px) and (max-width:980px) { .height-fix { height : 610px; } } @media all and (min-width:768px) and (max-width:875px) { .height-fix { height : 575px; } } @media (max-height