Automattic / antiscroll

OS X Lion style cross-browser native scrolling on the web that gets out of the way.
1.07k stars 162 forks source link

Give scrollbar pseudo-classes their own blocks, fixes issue #46 #47

Closed davemckenna01 closed 11 years ago

davemckenna01 commented 11 years ago

A bug in Chrome 25 on Lion requires each selector to have their own blocks. E.g. the following:

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

causes the width and height rules to be ignored by the browser resulting in both native and antiscroll scrollbars appearing at the same time.

Fixes issue #46

AliMD commented 11 years ago

Thank you very much why this pull not merged yet ?

rauchg commented 11 years ago

Beautihul.