-
Is it possible to move the scroll bar to the left side of the tabs panel? If so, how? |
Beta Was this translation helpful? Give feedback.
Answered by
mbnuqw
Oct 7, 2022
Replies: 1 comment 3 replies
-
This is possible in current beta version. For the v4 you can use next custom CSS (Sidebery settings / Style editor): .scroll-container {
direction: rtl;
}
.scroll-container > .scrollable{
direction: ltr;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brekco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is possible in current beta version. For the v4 you can use next custom CSS (Sidebery settings / Style editor):