Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 10, 2013

Conversation

davemckenna01
Copy link
Contributor

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

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.
@alimd
Copy link

alimd commented Apr 5, 2013

Thank you very much
why this pull not merged yet ?

@rauchg
Copy link
Contributor

rauchg commented Apr 10, 2013

Beautihul.

rauchg added a commit that referenced this pull request Apr 10, 2013
Give scrollbar pseudo-classes their own blocks, fixes issue #46
@rauchg rauchg merged commit e435a1b into Automattic:master Apr 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants