Is there a way to write CSS that produces different effects on Mac OS compared to other operating systems?
For example:
.(mac){
height: 100%;
width: 100%;
overflow: hidden;
}
.(win and linux){
height: 100%;
width: 100%;
overflow: scroll;
}