-
Notifications
You must be signed in to change notification settings - Fork 34
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
remove all ::scrollbar pseudo selectors #78
remove all ::scrollbar pseudo selectors #78
Conversation
874d95a
to
e65544f
Compare
Tested in Chrome and Firefox on Linux and IE 11 on Windows. |
cc @offirgolan (still don't have access tot his repo sad 🐼 ) |
Sorry for the delay guys. Released this with |
Thanks @buschtoens |
@tigransimonyan which browser (version as well), OS and version of ember-scrollable are you using? Can you please share your template and CSS? Is one of these scrollbars a native (browser provided scrollbar) or are both |
I am using macOS Sierra and testing chrome version 59.0.3071.115 (Official Build) (64-bit)
to
now you can see browser default scroll and also your scroll handler.
this was helping in case of chrome/safari case but in firefox it was same. In current version you have removed this.
I don't think in case of using browser overflow:scroll; there is no css to hide the browser handler, I understand that this is better for performance but we have this kind of issue in this case |
Goddammit. I think I know what's up. macOS renders these iOS like scrollbars which just float over the content. Basically what we want to emulate. I have some MacBooks at work which I can use to test. But that'll be after the weekend. But to verify, if you open the Sytem Preferences, try setting scrollbars to always visible. Just so I understand you correctly: Firefox also renders these floaty scrollbars on macOS? |
Fixes #76