Answer the question
In order to leave comments, you need to log in
How to handle media queries in Chrome?
There is a media query:
body {
font: 400 16px/18px sans-serif;
}
@media (min-width: 20em) and (max-width: 48em) {
...
}
Answer the question
In order to leave comments, you need to log in
The fact is that in the webkit, the side scrollbar is included in the width of the browser window, before the difference was 17px.
stackoverflow.com/questions/8146874/issue-with-css...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question