-
Notifications
You must be signed in to change notification settings - Fork 14
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
Auto hide with hover mode #25
Comments
@vdjurdjevic @sakhnyuk We could add that without much effort really. The problem is that at the moment I can't even build the project locally :/ |
@Tomassito Thanks for the response. I hope @sakhnyuk will answer quickly. I don't even know what 'dumi' is.. |
Actually, I think this is expectable behavior. And it also has a hover effect: @Tomassito I'll try to build the project. |
Any news on this? |
Hey, @vdjurdjevic! Could provide more information about your idea? @Tomassito I have built a project and doc (dumi). I have node v14.15.3 |
I just need the ability to show the scrollbar when the user hovers the content, instead of waiting for the scroll to start. |
Sorry man, but it works right now. Also, what OS do you use? |
I might be interested in something similar, and it doesn't seem to work like your video describes it in my project. When trying the demo, it doesn't show on hover there either. |
Are you using MacOS? |
Sorry for not answering your original question. Yes, I'm using MacOS. |
@Zloka Alright! The problem is that in your case rc-scrollbars doesn't render at all 😁 But you can fix it by the system settings rc-scrollbars depends on the width of native ones and in macOS is = 0 by default. I have mentioned it here So, I am going to fix that issue ASAP |
I am on Linux Mint, using Chrome, it does not work on the demo site.. Scroll shows up only when i start scrolling (using mousewheel) |
Could you provide a screenshot with a scrollbar, please? I think is this native too. |
I recorded behavior on the demo page. As you can see, it shows a rc-scrollbars.mp4 |
@vdjurdjevic Ok, I get it. Thank you! So, I can add a prop to show the scrollbar on the hover root container. |
That would be awesome! Thanks @sakhnyuk |
Any updates for this issue? We came cross the same comment: the user doesn't there is scrollable content in desktop. |
Hi. Currently, if we enable autoHide mode, we get scrollbars to show when a user starts scrolling. I don't think that's the best UX for desktop browsers. Is there any change to support hover mode? When a user hovers the scrollable element, scrollbars should show up.
The text was updated successfully, but these errors were encountered: