I have IE11 and Chrome. In my css, I have an imbrication of media min-height min-width and it's works but not on IE11.
This is the code :
@media (min-width: 0) and (max-width: 992px) {
@media (min-height: 0) and (max-height: 480px) {
#menu_fixed_left {
height: 30vh !important;
}
}
}
So, this is my question, does it work on IE ? Because I can't have a proper code.