I'm having an issue with chrome just on windows, i'm trying to set a min-height on an image, it renders fine on Mac & Linux but on windows it completley ignores it... does anyone know of a specific way just to target chrome on Windows within css.
Here is what I have so far:
.exp_image {
background: url(/images/assets/img.jpg);
background-size: cover;
margin-top: 30px;
min-height: 640px;
}
This works fine on chrome on a Mac but seems to add an extra 20 / 30px on chrome on windows.