i'm trying to make menu to be position: fixed; when the browser width and height minimum or bigger than 1024/960 but for some reason when i'm resizing the screen height to more than 960 it doesn't work
here is the code i'm using:
@media (min-width: 1024px) and (min-height: 960px) {
...
}
i'm new to the @media any help would be appreciated!