You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
/* 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.
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.
The text was updated successfully, but these errors were encountered: