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

Remove native scrollbar #38

Closed
artsx opened this issue Sep 22, 2016 · 3 comments
Closed

Remove native scrollbar #38

artsx opened this issue Sep 22, 2016 · 3 comments

Comments

@artsx
Copy link

artsx commented Sep 22, 2016

Hello,

There was in the plugin a way to hide all scrollbar default browser?
I would only see the scrollbar components and hide the browser by default, it's possible ?

Best regards,
screen shot 2016-09-22 at 21 00 55

@noeldelgado
Copy link
Owner

Hi @artsx, sorry for the very late response.

Are you still using this library? if so, could you give me more information about which browser, OS you were using at that time?

The library should hide the browser scrollbars by default.

If you are not using this library anymore, can I close the issue? I am not able to replicate it.

Thanks.

@artsx
Copy link
Author

artsx commented Mar 6, 2017

Hi @noeldelgado,

Yes I always use the plugin, I've added CSS for hide on -webkit- and -moz- the scrollbar and media queries for remove CSS when it's tablet and mobile.

It's ok !
Thx

@artsx artsx closed this as completed Mar 6, 2017
@noeldelgado
Copy link
Owner

Thanks for your response, Arthur,

just as a side comment, you shouldn't need to add CSS for hiding and showing the scrollbars, in fact, that's what might cause the issue in the first place. I added a note in the README regarding this issue.

::-webkit-scrollbar: If you plan to use gemini-scrollbar on your application I highly recommend you removing any Webkit scrollbar styles you may have, why? using the -webkit- prefixed pseudo-elements will cause Webkit turning off its built-in scrollbar rendering, interfering with our scrollbar-size-check. You can read a bit more about this issue here #1.

Just in case you want to double check if that was indeed the reason.

Thanks

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

No branches or pull requests

2 participants