Closed splicebison closed 10 years ago
Thanks. This global CSS property breaks CSS styles for some scrollbars in IE. I'm going to fix these problems and release new version with fixes in next few days.
Finally fixed. Version updated with fixes & new features
Perhaps an edge-case, but I (and a lot of people) use * { box-sizing: border-box; } as a general CSS rule. In this case, IE9 reads the scroll bar sizes as 34px instead of 17px. This is fixed by adding to line 625 of jquery.scrollbar.js an additional rule of "box-sizing": "content-box" in order to override other box-sizing rules used in responsive sites.