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

Option to move the scrollbar to the left side of the sidebar #622

Closed
advait404 opened this issue May 3, 2022 · 2 comments
Closed

Option to move the scrollbar to the left side of the sidebar #622

advait404 opened this issue May 3, 2022 · 2 comments

Comments

@advait404
Copy link

advait404 commented May 3, 2022

having an option to have the scrollbar to the left side of the sidebar would be useful. I have enabled the native scrollbar option, and I am using the sidebar on the left side. By changing the scrollbar location, it would be much easier to drag the scrollbar with the mouse.

@advait404
Copy link
Author

I found a css solution for this:

/* moving scrollbar to the left and reducing its width*/
.scroll-container{ direction: rtl }
.scroll-container > .scrollable{ direction: ltr }
.scroll-container { scrollbar-width: thin }

It would be nice for this to have an option in the sidebery menu, under the native scrollbar option.

@mbnuqw
Copy link
Owner

mbnuqw commented Mar 8, 2024

Available from v5.0.0

@mbnuqw mbnuqw closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants