Closed coffee-with-bee closed 8 years ago
It may be an issue with Chromium, since it's not consistent across version. http://codepen.io/anon/pen/JGVWZe some version blink scrollbar, some doesn't. As workaround better set ::-webkit-scrollbar { visibility: hidden }
When page is styled with rem units and scaled, container gets positioned at fractional coordinates while offsetWidth report rounded value. This results in 1px of scrollbar being visible http://codepen.io/anon/pen/obVyMY (Chrome 49.0.2618.8). Also for chrome getBoundingClientRect of test scroll div reports ~ 15.45px, while current test method reports 15px