I'm trying to make my responsive CSS styles work only on tablets and smartphones. Basically I have a style for desktop, a style for mobile: portrait and a ...
I have a web app and I want for mobile only to remove the scroll bar from body element. i have tried with @media only screen and (max-width: 500px) { body { ...