CSS max-width has inaccurate pixel precision
问题 I have an issue with max-width media rule. I test to hide the elements on different max-width values and the behavior is inconsistent. I have tested 4 scenarios varying in the screen width. Scenario 1 : Screen width is 638px: This matches my expectation. Scenario 2 : Screen width is 639px: This is wrong! I expect column639 still to be hidden! Scenario 3 : Screen width is 640px: This matches my expectation. Scenario 4 : Screen width is 641px: This matches my expectation. Question: What causes